diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-05-29 01:00:50 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-05-29 01:00:50 +0200 |
commit | 6dc9756724675d893fdd7a5b5d360f92ed834295 (patch) | |
tree | e13f9c431ac0ecde1599ed8c429a56f7e1635a72 /Makefile | |
parent | 8ca5b2f635bde291f60b421e1a8f4fad2c0fbe74 (diff) | |
download | smokeping-6dc9756724675d893fdd7a5b5d360f92ed834295.tar.gz smokeping-6dc9756724675d893fdd7a5b5d360f92ed834295.tar.xz |
prepare for the release of smokeping-20060529_trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,11 +1,11 @@ SHELL = /bin/sh -VERSION = 20060528_trunk +VERSION = 20060529_trunk ############ A is for features ############ B is for bugfixes ############ V.AAABBB ############ 2.000001 ############ 2.000002 -NUMVERSION = 20060528 +NUMVERSION = 20060529 IGNORE = ~|CVS|var/|smokeping-$(VERSION)/smokeping-$(VERSION)|cvsignore|rej|orig|DEAD|pod2htm[di]\.tmp|.svn GROFF = groff .PHONY: man html txt ref examples check-examples patch killdoc doc tar rename-man symlinks remove-symlinks |