diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-09-08 00:05:49 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-09-08 00:05:49 +0200 |
commit | 9a56f383b726082c3a8f3bb5982ec3a5a334e29c (patch) | |
tree | f23aa0ca0b2f14bf321b15acbb909464e855827c /Makefile | |
parent | 680d11861f6222f38b46f18ecc552af3ec8917f8 (diff) | |
download | smokeping-9a56f383b726082c3a8f3bb5982ec3a5a334e29c.tar.gz smokeping-9a56f383b726082c3a8f3bb5982ec3a5a334e29c.tar.xz |
make sure we do not redistribute old copies of ourselves
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,12 +1,12 @@ SHELL = /bin/sh -VERSION = 2.0.901 +VERSION = 2.0.903 ############ A is for features ############ B is for bugfixes ############ V.AAABBB ############ 2.000001 ############ 2.000002 -NUMVERSION = 2.000901 -IGNORE = ~|CVS|var/|smokeping-$(VERSION)/smokeping-$(VERSION)|cvsignore|rej|orig|DEAD|pod2htm[di]\.tmp|.svn +NUMVERSION = 2.000903 +IGNORE = ~|CVS|var/|smokeping-$(VERSION)/smokeping-$(VERSION)|cvsignore|rej|orig|DEAD|pod2htm[di]\.tmp|\.svn|tar\.gz GROFF = groff PERL = perl .PHONY: man html txt ref examples check-examples patch killdoc doc tar rename-man symlinks remove-symlinks |