diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-12-11 01:01:05 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-12-11 01:01:05 +0100 |
commit | 4bb9e387247d11ba4c842c4f6490d0e210615d2b (patch) | |
tree | 52ff21faadf12584e429123aa85a983560c0cc8c /Makefile | |
parent | 7966425f1a919b1154fb4c29ce5ba3b2cfac2507 (diff) | |
download | smokeping-4bb9e387247d11ba4c842c4f6490d0e210615d2b.tar.gz smokeping-4bb9e387247d11ba4c842c4f6490d0e210615d2b.tar.xz |
prepare for the release of smokeping-20051211_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 = 20051210_trunk +VERSION = 20051211_trunk ############ A is for features ############ B is for bugfixes ############ V.AAABBB ############ 2.000001 ############ 2.000002 -NUMVERSION = 20051210 +NUMVERSION = 20051211 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 |