diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2007-05-02 18:16:07 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2007-05-02 18:16:07 +0200 |
commit | ad473a60116fb231b2c5232cc914c28fb1af4fea (patch) | |
tree | a847d1c376a321054b4addde6e7839febbf25725 /Makefile | |
parent | 7e10ce2db865158e1c3216214ff18c2997160345 (diff) | |
download | smokeping-ad473a60116fb231b2c5232cc914c28fb1af4fea.tar.gz smokeping-ad473a60116fb231b2c5232cc914c28fb1af4fea.tar.xz |
prepare for the release of smokeping-2.1.1
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.1.0 +VERSION = 2.1.1 ############ A is for features ############ B is for bugfixes ############ V.AAABBB ############ 2.000001 ############ 2.000002 -NUMVERSION = 2.001000 +NUMVERSION = 2.001001 IGNORE = ~|CVS|var/|smokeping-$(VERSION)/smokeping-$(VERSION)|cvsignore|rej|orig|DEAD|pod2htm[di]\.tmp|\.svn|tar\.gz|DEADJOE GROFF = groff PERL = perl-5.8.8 |