diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-31 10:08:54 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-31 10:08:54 +0200 |
commit | 0e8a6e46497e5a152e3434b556538ffd1d913a5d (patch) | |
tree | 4717df4ef3b787f30e7f2e44e15e57c69a2c37f9 /Makefile | |
parent | 8edaa7fee41f9d5597a656123a481f2483906053 (diff) | |
download | smokeping-0e8a6e46497e5a152e3434b556538ffd1d913a5d.tar.gz smokeping-0e8a6e46497e5a152e3434b556538ffd1d913a5d.tar.xz |
2.0.901 internal release with minor touchups. Especially the FTPtransfer
probe now reports in seconds like everyone else ...
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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: |