diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-11-04 01:00:59 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-11-04 01:00:59 +0100 |
commit | a644389b1d268fa892f1c31ca2578fbdc47b9620 (patch) | |
tree | fd7ecea4864869125a2316a4018e42f251c0f544 /Makefile | |
parent | 8ab320e78f3e87258976262d8b8df26d11384e5b (diff) | |
download | smokeping-a644389b1d268fa892f1c31ca2578fbdc47b9620.tar.gz smokeping-a644389b1d268fa892f1c31ca2578fbdc47b9620.tar.xz |
prepare for the release of smokeping-20051104_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 = 20051103_trunk +VERSION = 20051104_trunk ############ A is for features ############ B is for bugfixes ############ V.AAABBB ############ 2.000001 ############ 2.000002 -NUMVERSION = 20051103 +NUMVERSION = 20051104 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 |