From 0e8a6e46497e5a152e3434b556538ffd1d913a5d Mon Sep 17 00:00:00 2001 From: Tobi Oetiker Date: Thu, 31 Aug 2006 08:08:54 +0000 Subject: 2.0.901 internal release with minor touchups. Especially the FTPtransfer probe now reports in seconds like everyone else ... --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3dcfd6f..18b6337 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ SHELL = /bin/sh -VERSION = 2.1.0 +VERSION = 2.0.901 ############ A is for features ############ B is for bugfixes ############ V.AAABBB ############ 2.000001 ############ 2.000002 -NUMVERSION = 2.001000 +NUMVERSION = 2.000901 IGNORE = ~|CVS|var/|smokeping-$(VERSION)/smokeping-$(VERSION)|cvsignore|rej|orig|DEAD|pod2htm[di]\.tmp|.svn GROFF = groff PERL = perl @@ -148,7 +148,7 @@ doc: killdoc ref examples man html txt rename-man # patch first so Smokeping.pm is older than smokeping_config.pod in the tarball tar: patch doc -ln -s . smokeping-$(VERSION) - find smokeping-$(VERSION)/* -type f -follow -o -type l | egrep -v '$(IGNORE)' | gtar -T - -czvf smokeping-$(VERSION).tar.gz + find smokeping-$(VERSION)/* -type f -follow -o -type l | egrep -v '$(IGNORE)' | tar -T - -czvf smokeping-$(VERSION).tar.gz rm smokeping-$(VERSION) commit: -- cgit v1.2.3-24-g4f1b