summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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)