diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-12-18 01:01:16 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-12-18 01:01:16 +0100 |
commit | b1aa79d75ffc85cafc945a8e7253f56a9e2b522a (patch) | |
tree | 5e925f42e0465a528a671358f8ef9561929314ee /Makefile | |
parent | a564850ad79ef936f9acd8a60e763ce7bd91a0d0 (diff) | |
download | smokeping-b1aa79d75ffc85cafc945a8e7253f56a9e2b522a.tar.gz smokeping-b1aa79d75ffc85cafc945a8e7253f56a9e2b522a.tar.xz |
prepare for the release of smokeping-20051218_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 = 20051217_trunk +VERSION = 20051218_trunk ############ A is for features ############ B is for bugfixes ############ V.AAABBB ############ 2.000001 ############ 2.000002 -NUMVERSION = 20051217 +NUMVERSION = 20051218 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 |