diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-07 01:00:53 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-07 01:00:53 +0200 |
commit | 67728381e577ead951fc6a4d22e7f316af4da9cd (patch) | |
tree | a6fc9882d12b18ffdb75f63b5429ffc1fb94a270 /Makefile | |
parent | b35ffd3e11bb092273d1831708632e62216d2b56 (diff) | |
download | smokeping-67728381e577ead951fc6a4d22e7f316af4da9cd.tar.gz smokeping-67728381e577ead951fc6a4d22e7f316af4da9cd.tar.xz |
prepare for the release of smokeping-20050907_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 = 20050906_trunk +VERSION = 20050907_trunk ############ A is for features ############ B is for bugfixes ############ V.AAABBB ############ 2.000001 ############ 2.000002 -NUMVERSION = 20050906 +NUMVERSION = 20050907 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 |