diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-06-07 01:01:01 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-06-07 01:01:01 +0200 |
commit | bf0e5b5088c2704a4fa9537696e496d4de8c97e3 (patch) | |
tree | 7d74773ad8a74f6ba6abde872ac5aa1143a7b6d3 /Makefile | |
parent | 4ef7e21bf432ac403d7f9b063a28794595a6dced (diff) | |
download | smokeping-bf0e5b5088c2704a4fa9537696e496d4de8c97e3.tar.gz smokeping-bf0e5b5088c2704a4fa9537696e496d4de8c97e3.tar.xz |
prepare for the release of smokeping-20060607_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 = 20060606_trunk +VERSION = 20060607_trunk ############ A is for features ############ B is for bugfixes ############ V.AAABBB ############ 2.000001 ############ 2.000002 -NUMVERSION = 20060606 +NUMVERSION = 20060607 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 |