diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-11 01:00:50 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-11 01:00:50 +0100 |
commit | 8320d440faa98b29c5bc197dd2ef4929bdd55275 (patch) | |
tree | 5cfeb4e981c8e0c86860da07da98c98d27983f8b /Makefile | |
parent | 5ab1dafe1779e191f506c13b7a9f16d023a9721b (diff) | |
download | smokeping-8320d440faa98b29c5bc197dd2ef4929bdd55275.tar.gz smokeping-8320d440faa98b29c5bc197dd2ef4929bdd55275.tar.xz |
prepare for the release of smokeping-20060311_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 = 20060310_trunk +VERSION = 20060311_trunk ############ A is for features ############ B is for bugfixes ############ V.AAABBB ############ 2.000001 ############ 2.000002 -NUMVERSION = 20060310 +NUMVERSION = 20060311 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 |