diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-05-31 22:14:23 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-05-31 22:14:23 +0200 |
commit | 9791370bdbea2be98b9f715a4cea7bbfc5ec9880 (patch) | |
tree | abafe35a5819bab4ce8c280dde55a5bd9fc99eda /Makefile | |
parent | dbad531025c7f6ffe665c1514af416658fc6d3f4 (diff) | |
download | smokeping-9791370bdbea2be98b9f715a4cea7bbfc5ec9880.tar.gz smokeping-9791370bdbea2be98b9f715a4cea7bbfc5ec9880.tar.xz |
prepare for the release of smokeping-2.0rc5
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ SHELL = /bin/sh -VERSION = 2.0rc4 -NUMVERSION = 1.99005 +VERSION = 2.0rc5 +NUMVERSION = 1.99006 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 @@ -147,4 +147,4 @@ dist: tar tag: dist svn commit -m "prepare for the release of smokeping-$(VERSION)" - svn copy -m "tagging version $(VERSION)" svn://svn.ee.ethz.ch/smokeping/branches/2.0 svn://svn.ee.ethz.ch/smokeping/tags/$VERSION + svn copy -m "tagging version $(VERSION)" svn://svn.ee.ethz.ch/smokeping/branches/2.0 svn://svn.ee.ethz.ch/smokeping/tags/$(VERSION) |