summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2007-10-27 17:58:42 +0200
committerTobi Oetiker <tobi@oetiker.ch>2007-10-27 17:58:42 +0200
commit6e6af23e38283f334414a9d11261ec4e496977dc (patch)
treef4015eb2e29484fa6884b292884b366287c32334 /Makefile
parentb49d3eb65f65aaa75219d9754b1b137f46c82d0e (diff)
downloadsmokeping-6e6af23e38283f334414a9d11261ec4e496977dc.tar.gz
smokeping-6e6af23e38283f334414a9d11261ec4e496977dc.tar.xz
prepare for the release of smokeping-2.2.5
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b9a244f..dab93e9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
SHELL = /bin/sh
-VERSION = 2.2.4
+VERSION = 2.2.5
############ A is for features
############ B is for bugfixes
############ V.AAABBB
@@ -164,5 +164,5 @@ dist: tar commit
scp CHANGES smokeping-$(VERSION).tar.gz oposs@oss.oetiker.ch:public_html/smokeping/pub/
tag: dist
- svn ls 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)
+ svn ls svn://svn.oetiker.ch/smokeping/tags/$(VERSION) || \
+ svn copy -m "tagging version $(VERSION)" svn://svn.oetiker.ch/smokeping/trunk/software svn://svn.ee.ethz.ch/smokeping/tags/$(VERSION)