diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-23 01:01:12 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-23 01:01:12 +0200 |
commit | 3e9b23aa8d437920c422e70040bd6f96a739fdbb (patch) | |
tree | 8e00f4738e9411b4d77ecf56365f15b1fdc69b64 /Makefile | |
parent | 1887b577e96b5d45aed013afcf32a9f3382e19dc (diff) | |
download | smokeping-3e9b23aa8d437920c422e70040bd6f96a739fdbb.tar.gz smokeping-3e9b23aa8d437920c422e70040bd6f96a739fdbb.tar.xz |
prepare for the release of smokeping-20060823_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 = 20060822_trunk +VERSION = 20060823_trunk ############ A is for features ############ B is for bugfixes ############ V.AAABBB ############ 2.000001 ############ 2.000002 -NUMVERSION = 20060822 +NUMVERSION = 20060823 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 |