From 78e88423764ae1babcfeb6fb3a239345eaea7588 Mon Sep 17 00:00:00 2001 From: James Rayner Date: Sat, 27 Jun 2009 12:07:55 +1000 Subject: netcfg v2.2.0 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3-24-g4f1b