diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-12-20 01:01:15 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-12-20 01:01:15 +0100 |
commit | 1bb4dde5b7a92d8cbe996cda79cd0b098a8dfb6a (patch) | |
tree | 8e903c38275e4c37d340d35f1d481d4d880eaf61 /Makefile | |
parent | 4b00783932733db3b58296742e3f7946e697dd64 (diff) | |
download | smokeping-1bb4dde5b7a92d8cbe996cda79cd0b098a8dfb6a.tar.gz smokeping-1bb4dde5b7a92d8cbe996cda79cd0b098a8dfb6a.tar.xz |
prepare for the release of smokeping-20051220_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 = 20051219_trunk +VERSION = 20051220_trunk ############ A is for features ############ B is for bugfixes ############ V.AAABBB ############ 2.000001 ############ 2.000002 -NUMVERSION = 20051219 +NUMVERSION = 20051220 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 |