diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-18 01:01:13 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-18 01:01:13 +0200 |
commit | 0ca7a5fd001a3d159e741ab88a306ba0508e55ad (patch) | |
tree | f70ff36f0fabbd9b4b7d9aff7fe4284e975bf5cf /Makefile | |
parent | dd01d2673a77aadd77742ec8428ef62d9480e6e8 (diff) | |
download | smokeping-0ca7a5fd001a3d159e741ab88a306ba0508e55ad.tar.gz smokeping-0ca7a5fd001a3d159e741ab88a306ba0508e55ad.tar.xz |
prepare for the release of smokeping-20060818_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 = 20060817_trunk +VERSION = 20060818_trunk ############ A is for features ############ B is for bugfixes ############ V.AAABBB ############ 2.000001 ############ 2.000002 -NUMVERSION = 20060817 +NUMVERSION = 20060818 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 |