diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-09 01:01:08 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-09 01:01:08 +0200 |
commit | bba6237f781dd30247fb7969ec7afe88b2f1be97 (patch) | |
tree | a6a27612b66f8ba5ab6015e53597cf51e7472291 /Makefile | |
parent | 6a3b779d7c9b8478f29acd58e1490a0efe669989 (diff) | |
download | smokeping-bba6237f781dd30247fb7969ec7afe88b2f1be97.tar.gz smokeping-bba6237f781dd30247fb7969ec7afe88b2f1be97.tar.xz |
prepare for the release of smokeping-20050909_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 = 20050908_trunk +VERSION = 20050909_trunk ############ A is for features ############ B is for bugfixes ############ V.AAABBB ############ 2.000001 ############ 2.000002 -NUMVERSION = 20050908 +NUMVERSION = 20050909 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 |