diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2007-10-27 17:58:42 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2007-10-27 17:58:42 +0200 |
commit | 6e6af23e38283f334414a9d11261ec4e496977dc (patch) | |
tree | f4015eb2e29484fa6884b292884b366287c32334 /Makefile | |
parent | b49d3eb65f65aaa75219d9754b1b137f46c82d0e (diff) | |
download | smokeping-6e6af23e38283f334414a9d11261ec4e496977dc.tar.gz smokeping-6e6af23e38283f334414a9d11261ec4e496977dc.tar.xz |
prepare for the release of smokeping-2.2.5
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) |