diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-13 01:01:12 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-13 01:01:12 +0200 |
commit | a1d59c4e0289ad21308ef6965bb229ad04dde4c7 (patch) | |
tree | c06c4a0d7b9ade23f378fcf4d60a1b936dd71b14 /Makefile | |
parent | 7fc2d592a65b39b9e4a8b9fc44f6324e291fba1e (diff) | |
download | smokeping-a1d59c4e0289ad21308ef6965bb229ad04dde4c7.tar.gz smokeping-a1d59c4e0289ad21308ef6965bb229ad04dde4c7.tar.xz |
prepare for the release of smokeping-20050913_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 = 20050912_trunk +VERSION = 20050913_trunk ############ A is for features ############ B is for bugfixes ############ V.AAABBB ############ 2.000001 ############ 2.000002 -NUMVERSION = 20050912 +NUMVERSION = 20050913 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 |