diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-07-29 01:00:55 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-07-29 01:00:55 +0200 |
commit | 4d88e72094fd76b30833299e114038db068863de (patch) | |
tree | 74ee0d6256ea2bc193b63a8db1b9e23b8fe887b8 /Makefile | |
parent | e0ae4ef798ac097ff5703ac1bb3208ded8703ac9 (diff) | |
download | smokeping-4d88e72094fd76b30833299e114038db068863de.tar.gz smokeping-4d88e72094fd76b30833299e114038db068863de.tar.xz |
prepare for the release of smokeping-20060729_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 = 20060728_trunk +VERSION = 20060729_trunk ############ A is for features ############ B is for bugfixes ############ V.AAABBB ############ 2.000001 ############ 2.000002 -NUMVERSION = 20060728 +NUMVERSION = 20060729 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 |