diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-10 01:00:51 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-10 01:00:51 +0100 |
commit | 5ab1dafe1779e191f506c13b7a9f16d023a9721b (patch) | |
tree | cc3bb2f4cd42b33327a711476243e0daa58341d1 /Makefile | |
parent | 7d0a6d44483ca890405eec34b47dc8658d304b11 (diff) | |
download | smokeping-5ab1dafe1779e191f506c13b7a9f16d023a9721b.tar.gz smokeping-5ab1dafe1779e191f506c13b7a9f16d023a9721b.tar.xz |
prepare for the release of smokeping-20060310_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 = 20060309_trunk +VERSION = 20060310_trunk ############ A is for features ############ B is for bugfixes ############ V.AAABBB ############ 2.000001 ############ 2.000002 -NUMVERSION = 20060309 +NUMVERSION = 20060310 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 |