summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChristian Dywan <christian.dywan@canonical.com>2013-11-20 00:39:24 +0100
committerChristian Dywan <christian.dywan@canonical.com>2013-11-20 00:39:24 +0100
commitbd71d0586cbb730c4482e9e74ff95b4d869597f4 (patch)
tree684449f6d64e5df93559c33f631394c442b7dd3a /tools
parenteddf7da746fc6e962cd39ffca1f7fb962245b444 (diff)
downloadmidori-bd71d0586cbb730c4482e9e74ff95b4d869597f4.tar.gz
tools/release: In the after step the new version was already bumped
Diffstat (limited to 'tools')
-rwxr-xr-xtools/release1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/release b/tools/release
index 79050713..6c12039d 100755
--- a/tools/release
+++ b/tools/release
@@ -22,6 +22,7 @@ if [ "x$1" = "xbefore" ]; then
sed 's@This is a list of frequently asked questions@This is <a href="http://wiki.xfce.org/midori/faq">a snapshot of the online FAQ</a>@g' | \
sed 's@<link rel="style.*>@<link rel="stylesheet" href="faq.css" />@g' > data/faq.html
elif [ "x$1" = "xafter" ]; then
+ NEWVER=$OLDVER
echo -n bzr commit -p -m "'Bump version to $NEWVER'"
case $SHELL in
*fish*)