diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-11-13 01:01:09 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-11-13 01:01:09 +0100 |
commit | 4042816c7974942bd5ac2e6f3c5dd5465297f504 (patch) | |
tree | 8457f8b604a22d1a6670d5f535d177f7f14c3503 /Makefile | |
parent | 3e7bc9eb6f96569e3e9f80c6812d84d83418bb6a (diff) | |
download | smokeping-4042816c7974942bd5ac2e6f3c5dd5465297f504.tar.gz smokeping-4042816c7974942bd5ac2e6f3c5dd5465297f504.tar.xz |
prepare for the release of smokeping-20051113_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 = 20051112_trunk +VERSION = 20051113_trunk ############ A is for features ############ B is for bugfixes ############ V.AAABBB ############ 2.000001 ############ 2.000002 -NUMVERSION = 20051112 +NUMVERSION = 20051113 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 |