diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2007-11-05 22:59:38 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2007-11-05 22:59:38 +0100 |
commit | 2fe8ba68414b66a7f68f4876916ba3a98648858d (patch) | |
tree | 8a84338960b785befd74f2f83341a420f602901f /Makefile | |
parent | 65ae52a910578163e0b5e821fb75fc3cf5d28528 (diff) | |
download | smokeping-2fe8ba68414b66a7f68f4876916ba3a98648858d.tar.gz smokeping-2fe8ba68414b66a7f68f4876916ba3a98648858d.tar.xz |
prepare for the release of smokeping-2.2.7
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.2.6 +VERSION := 2.2.7 SVNREPO = svn://svn.oetiker.ch/smokeping ############ A is for features ############ B is for bugfixes ############ V.AAABBB ############ 2.000001 ############ 2.000002 -NUMVERSION = 2.002006 +NUMVERSION = 2.002007 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 |