diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2008-03-28 01:13:51 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2008-03-28 01:13:51 +0100 |
commit | b65e64cb134d2c44ed85dbcbd755f3fba0e1cf4e (patch) | |
tree | 12aae41d445cd91f491073c1fd3ea319fa62360e /Makefile | |
parent | e3fc044125095d397693cc4f34105beb5423bdc6 (diff) | |
download | smokeping-b65e64cb134d2c44ed85dbcbd755f3fba0e1cf4e.tar.gz smokeping-b65e64cb134d2c44ed85dbcbd755f3fba0e1cf4e.tar.xz |
prepare for the release of smokeping-2.3.4
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.3 +VERSION := 2.3.4 SVNREPO = svn://svn.oetiker.ch/smokeping ############ A is for features ############ B is for bugfixes ############ V.AAABBB ############ 2.000001 ############ 2.000002 -NUMVERSION = 2.003003 +NUMVERSION = 2.003004 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 |