summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2008-06-13 23:34:28 +0200
committerTobi Oetiker <tobi@oetiker.ch>2008-06-13 23:34:28 +0200
commit4ac6bf769b09ba7bd39778297f0e9699ee263256 (patch)
tree76987b7cec1c77d522ce62e890605017a84c11f4 /Makefile
parent64d0fc90d7df5a188a5ce9ed9cd562f76d7b139f (diff)
downloadsmokeping-4ac6bf769b09ba7bd39778297f0e9699ee263256.tar.gz
smokeping-4ac6bf769b09ba7bd39778297f0e9699ee263256.tar.xz
prepare for the release of smokeping-2.4.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c4a5b38..f46597b 100644
--- a/Makefile
+++ b/Makefile
@@ -159,7 +159,7 @@ smokeping-$(VERSION).tar.gz:
$(PERL) -i~ -p -e 's/VERSION="\d.*?"/VERSION="$(NUMVERSION)"/' lib/Smokeping.pm
$(PERL) -i~ -p -e 's/Smokeping \d.*?;/Smokeping $(NUMVERSION);/' bin/smokeping.dist htdocs/smokeping.cgi.dist bin/tSmoke.dist
$(PERL) -i~ -p -e 'do { my @d = localtime; my $$d = (1900+$$d[5])."/".(1+$$d[4])."/".$$d[3]; print "$$d -- released version $(VERSION)\n\n" } unless $$done++ || /version $(VERSION)/' CHANGES
- $(PERL) -i~ -p -e "s/Atom\('SmokeTrace \S+?'/Atom('SmokeTrace "$(VERSION)"')/" qooxdoo/source/class/Tr/Application.js
+ $(PERL) -i~ -p -e "s/Atom\('SmokeTrace \S+?'/Atom('SmokeTrace "$(VERSION)"'/" qooxdoo/source/class/Tr/Application.js
svn commit -m "prepare for the release of smokeping-$(VERSION)"
svn export $(SVNREPO)/trunk/software smokeping-$(VERSION)
rm -rf smokeping-$(VERSION)/qooxdoo/source/class/Smokeping