diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-10-14 01:00:54 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-10-14 01:00:54 +0200 |
commit | 2f5b3b13f36137299dbb240d42db261f07772739 (patch) | |
tree | 2fef04da96fb1c61afc0f1ab99ebb952505fb3e2 /Makefile | |
parent | 36d4802453ee4253dd60e80926ea8404cdf7db53 (diff) | |
download | smokeping-2f5b3b13f36137299dbb240d42db261f07772739.tar.gz smokeping-2f5b3b13f36137299dbb240d42db261f07772739.tar.xz |
prepare for the release of smokeping-20051014_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 = 20051013_trunk +VERSION = 20051014_trunk ############ A is for features ############ B is for bugfixes ############ V.AAABBB ############ 2.000001 ############ 2.000002 -NUMVERSION = 20051013 +NUMVERSION = 20051014 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 |