summaryrefslogtreecommitdiffstats
path: root/Makefile
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 /Makefile
parent5b0da05d328c9c5a9777a73a8721b3737dd938eb (diff)
downloadnetctl-78e88423764ae1babcfeb6fb3a239345eaea7588.tar.gz
netctl-78e88423764ae1babcfeb6fb3a239345eaea7588.tar.xz
netcfg v2.2.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 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)