diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-10-07 01:00:51 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-10-07 01:00:51 +0200 |
commit | 3fd3ab47081ef2df27c25203ed978e46156a204f (patch) | |
tree | 8c86d4c6077dae7ee8e76584f5b0b6ae55959e94 /Makefile | |
parent | 23c4635bd1567d03215020dfc66f4e21c28bbd1d (diff) | |
download | smokeping-3fd3ab47081ef2df27c25203ed978e46156a204f.tar.gz smokeping-3fd3ab47081ef2df27c25203ed978e46156a204f.tar.xz |
prepare for the release of smokeping-20051007_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 = 20051006_trunk +VERSION = 20051007_trunk ############ A is for features ############ B is for bugfixes ############ V.AAABBB ############ 2.000001 ############ 2.000002 -NUMVERSION = 20051006 +NUMVERSION = 20051007 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 |