diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-26 22:07:15 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-26 22:07:15 +0200 |
commit | 5a809af06052ab4475f90c7972cd5fa5930914e0 (patch) | |
tree | 0bac2bdde8ab8320c9c2521e9d3a1c8b5ae75d73 /Makefile | |
parent | 1d1ad79d657c4706933332cc17af5f15df0353a0 (diff) | |
download | smokeping-5a809af06052ab4475f90c7972cd5fa5930914e0.tar.gz smokeping-5a809af06052ab4475f90c7972cd5fa5930914e0.tar.xz |
prepare for the release of smokeping-20050926_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 = 20050925_trunk +VERSION = 20050926_trunk ############ A is for features ############ B is for bugfixes ############ V.AAABBB ############ 2.000001 ############ 2.000002 -NUMVERSION = 20050925 +NUMVERSION = 20050926 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 |