summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Rayner <james@archlinux.org>2009-06-27 04:07:55 +0200
committerJames Rayner <james@archlinux.org>2009-06-27 04:07:55 +0200
commit78e88423764ae1babcfeb6fb3a239345eaea7588 (patch)
tree4c6896e21bd58692d318444755c8d530edeb0212
parent5b0da05d328c9c5a9777a73a8721b3737dd938eb (diff)
downloadnetctl-78e88423764ae1babcfeb6fb3a239345eaea7588.tar.gz
netctl-78e88423764ae1babcfeb6fb3a239345eaea7588.tar.xz
netcfg v2.2.0
-rw-r--r--Makefile3
-rw-r--r--src/netcfg2
2 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9b240a6..3ded262 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
DESTDIR=
-VERSION=2.2.0b3
+VERSION=2.2.0
VPATH = doc
install:
@@ -41,6 +41,7 @@ tarball:
mkdir -p netcfg-$(VERSION)
cp -r src src-wireless examples man Makefile LICENSE README netcfg-$(VERSION)
tar -zcvf netcfg-$(VERSION).tar.gz netcfg-$(VERSION)
+ mv netcfg-$(VERSION).tar.gz ../
rm -rf netcfg-$(VERSION)
diff --git a/src/netcfg b/src/netcfg
index 4f18d40..91d93ae 100644
--- a/src/netcfg
+++ b/src/netcfg
@@ -4,7 +4,7 @@
. /etc/rc.d/functions
. /usr/lib/network/network
-NETCFG_VER=2.2.0b3
+NETCFG_VER=2.2.0
version()
{