diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-01-04 01:00:52 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-01-04 01:00:52 +0100 |
commit | 7d6262a81e61ad1c112a4318b2fc1c972940d0bc (patch) | |
tree | 73ea7f5c0201b4db24847e8aaeea12df8a1f4579 /Makefile | |
parent | 7afdc7aade6f31623b3cebb113e8768e982fad31 (diff) | |
download | smokeping-7d6262a81e61ad1c112a4318b2fc1c972940d0bc.tar.gz smokeping-7d6262a81e61ad1c112a4318b2fc1c972940d0bc.tar.xz |
prepare for the release of smokeping-20060104_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 = 20060103_trunk +VERSION = 20060104_trunk ############ A is for features ############ B is for bugfixes ############ V.AAABBB ############ 2.000001 ############ 2.000002 -NUMVERSION = 20060103 +NUMVERSION = 20060104 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 |