diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2008-02-25 11:24:40 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2008-02-25 11:24:40 +0100 |
commit | 296d9bf573e5981407c85d35bc9e339d777321cb (patch) | |
tree | 6531a3228284051b0b3cbd1fbff20dd45186118b /Makefile | |
parent | 0ec3c991d771c0856a39f60824849f58680987c0 (diff) | |
download | smokeping-296d9bf573e5981407c85d35bc9e339d777321cb.tar.gz smokeping-296d9bf573e5981407c85d35bc9e339d777321cb.tar.xz |
prepare for the release of smokeping-2.3.2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,12 +1,12 @@ SHELL = /bin/sh -VERSION := 2.3.1 +VERSION := 2.3.2 SVNREPO = svn://svn.oetiker.ch/smokeping ############ A is for features ############ B is for bugfixes ############ V.AAABBB ############ 2.000001 ############ 2.000002 -NUMVERSION = 2.003001 +NUMVERSION = 2.003002 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 |