diff options
author | James Rayner <james@archlinux.org> | 2009-06-27 04:12:19 +0200 |
---|---|---|
committer | James Rayner <james@archlinux.org> | 2009-06-27 04:12:19 +0200 |
commit | f7168ae05837a24060b41511be6e4626cb26828a (patch) | |
tree | d8d4448b34f24771b46c4101fc3756892df2b48e | |
parent | 90fb9a3aa4eb5f6395f18a851361a47780eae69d (diff) | |
download | netctl-f7168ae05837a24060b41511be6e4626cb26828a.tar.gz netctl-f7168ae05837a24060b41511be6e4626cb26828a.tar.xz |
netcfg v2.2.1
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | src/netcfg | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ DESTDIR= -VERSION=2.2.0 +VERSION=2.2.1 VPATH = doc install: @@ -4,7 +4,7 @@ . /etc/rc.d/functions . /usr/lib/network/network -NETCFG_VER=2.2.0 +NETCFG_VER=2.2.1 version() { |