diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2007-09-06 17:43:45 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2007-09-06 17:43:45 +0200 |
commit | fa5abd5d25b193c47400f116c852c0a0b176322a (patch) | |
tree | 7795fdd0e25d28c7741c265619fa1fde81655c0c /Makefile | |
parent | 36ab642eaaa3a27e346659bef7fff07b3733ca30 (diff) | |
download | smokeping-fa5abd5d25b193c47400f116c852c0a0b176322a.tar.gz smokeping-fa5abd5d25b193c47400f116c852c0a0b176322a.tar.xz |
prepare for the release of smokeping-2.2.3
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,11 +1,11 @@ SHELL = /bin/sh -VERSION = 2.2.2 +VERSION = 2.2.3 ############ A is for features ############ B is for bugfixes ############ V.AAABBB ############ 2.000001 ############ 2.000002 -NUMVERSION = 2.002002 +NUMVERSION = 2.002003 IGNORE = ~|CVS|var/|smokeping-$(VERSION)/smokeping-$(VERSION)|cvsignore|rej|orig|DEAD|pod2htm[di]\.tmp|\.svn|tar\.gz|DEADJOE|svn-commit\.tmp GROFF = groff PERL = perl-5.8.8 |