diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-26 01:00:55 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-26 01:00:55 +0100 |
commit | 52b28733e7944e8d271d9e83f2b6da15c2f4a97d (patch) | |
tree | 3e6fc2c8993aeb534d1d979a68d3b64b2312eb67 /Makefile | |
parent | dfede96a6777b23f8bfdab4de9bc18f63012cca5 (diff) | |
download | smokeping-52b28733e7944e8d271d9e83f2b6da15c2f4a97d.tar.gz smokeping-52b28733e7944e8d271d9e83f2b6da15c2f4a97d.tar.xz |
prepare for the release of smokeping-20060326_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 = 20060325_trunk +VERSION = 20060326_trunk ############ A is for features ############ B is for bugfixes ############ V.AAABBB ############ 2.000001 ############ 2.000002 -NUMVERSION = 20060325 +NUMVERSION = 20060326 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 |