diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-04-05 01:00:59 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-04-05 01:00:59 +0200 |
commit | 18ad7fe4fd3e2b30c246f830bfc27f9d6339523c (patch) | |
tree | 4eb2b7e87e315d8cb11806d8b18cf793e756296b /Makefile | |
parent | 5b28dc9edb84d5486916199881707a5a796b32a6 (diff) | |
download | smokeping-18ad7fe4fd3e2b30c246f830bfc27f9d6339523c.tar.gz smokeping-18ad7fe4fd3e2b30c246f830bfc27f9d6339523c.tar.xz |
prepare for the release of smokeping-20060405_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 = 20060404_trunk +VERSION = 20060405_trunk ############ A is for features ############ B is for bugfixes ############ V.AAABBB ############ 2.000001 ############ 2.000002 -NUMVERSION = 20060404 +NUMVERSION = 20060405 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 |