summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2008-06-13 14:01:50 +0200
committerTobi Oetiker <tobi@oetiker.ch>2008-06-13 14:01:50 +0200
commit84a43df0c40d9e384c99f58ebec6751f26184f69 (patch)
treec27ce87795ecc2569facf9c5cf9324c9b50d72c3 /Makefile
parenta5e329fddd18ad7ed43edbcd37f0979a189c6979 (diff)
downloadsmokeping-84a43df0c40d9e384c99f58ebec6751f26184f69.tar.gz
smokeping-84a43df0c40d9e384c99f58ebec6751f26184f69.tar.xz
fixed version string creation in javascript output
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4713d17..7ec085c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
SHELL = /bin/sh
-VERSION := 2.4.0
+VERSION := 2.4.1
SVNREPO = svn://svn.oetiker.ch/smokeping
############ A is for features
############ B is for bugfixes
@@ -175,7 +175,7 @@ smokeping-$(VERSION).tar.gz:
cp -rp build/perl/* ../lib;\
make clean; \
rm -rf build)
- $(PERL) -i -p -e 's/VERSION/$(VERSION)/' smokeping-$(VERSION)/htdocs/script/Tr.js
+ $(PERL) -i -p -e 's/SmokeTrace VERSION/SmokeTrace $(VERSION)/' smokeping-$(VERSION)/htdocs/script/Tr.js
tar czvf smokeping-$(VERSION).tar.gz --exclude '*.tmp' smokeping-$(VERSION)
rm -rf smokeping-$(VERSION)