diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-12-23 01:00:50 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-12-23 01:00:50 +0100 |
commit | 5b3966df8b51691bd8fc69e768e9676bc38e9d3e (patch) | |
tree | d913548318638053f2221af92f54b41030d215b0 /Makefile | |
parent | 8f4f24ab6d397a46e228c21c5964aab07a67a7e7 (diff) | |
download | smokeping-5b3966df8b51691bd8fc69e768e9676bc38e9d3e.tar.gz smokeping-5b3966df8b51691bd8fc69e768e9676bc38e9d3e.tar.xz |
prepare for the release of smokeping-20051223_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 = 20051222_trunk +VERSION = 20051223_trunk ############ A is for features ############ B is for bugfixes ############ V.AAABBB ############ 2.000001 ############ 2.000002 -NUMVERSION = 20051222 +NUMVERSION = 20051223 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 |