diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-12 01:01:08 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-12 01:01:08 +0200 |
commit | f84dd88683a50d232722ca9f622a50a86b2531a9 (patch) | |
tree | b81075e98f94d7a124736527bdbbdc680e9c2f77 /Makefile | |
parent | 617e8a3551de97eef26b709682b0b0511af5c282 (diff) | |
download | smokeping-f84dd88683a50d232722ca9f622a50a86b2531a9.tar.gz smokeping-f84dd88683a50d232722ca9f622a50a86b2531a9.tar.xz |
prepare for the release of smokeping-20050912_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 = 20050911_trunk +VERSION = 20050912_trunk ############ A is for features ############ B is for bugfixes ############ V.AAABBB ############ 2.000001 ############ 2.000002 -NUMVERSION = 20050911 +NUMVERSION = 20050912 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 |