diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-01-02 01:01:01 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-01-02 01:01:01 +0100 |
commit | 9333ae4fead9fd1e066e6c10c731fa30e9bb7161 (patch) | |
tree | 3aab6d38a7199fab611ec699f8d7b6ddf26bf012 /Makefile | |
parent | a25527165845fd32dd1ac054d3962c83bad989cb (diff) | |
download | smokeping-9333ae4fead9fd1e066e6c10c731fa30e9bb7161.tar.gz smokeping-9333ae4fead9fd1e066e6c10c731fa30e9bb7161.tar.xz |
prepare for the release of smokeping-20060102_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 = 20060101_trunk +VERSION = 20060102_trunk ############ A is for features ############ B is for bugfixes ############ V.AAABBB ############ 2.000001 ############ 2.000002 -NUMVERSION = 20060101 +NUMVERSION = 20060102 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 |