summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2010-12-10 18:58:39 +0100
committerCarsten Dominik <carsten.dominik@gmail.com>2010-12-10 18:58:39 +0100
commitb0844c5e747b8e241be84c2480d3fbf2033e829c (patch)
treeaab317a7944fc9d7a309b62dc8f4503e5477cc88
parent7666ba421f0114b02cf49bd85a6c7206bb65f1ad (diff)
downloadorg-mode-b0844c5e747b8e241be84c2480d3fbf2033e829c.tar.gz
Fix make file to get release numbers safer
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d473904..a0fb91b 100644
--- a/Makefile
+++ b/Makefile
@@ -316,7 +316,7 @@ release:
git push -f origin maint
git checkout master
git merge -s ours maint
- UTILITIES/set-version.pl -o $(TAG)
+ UTILITIES/set-version.pl -a $(TAG)
git commit -a -m "Update website to show $(TAG) as current release"
git push
make updateweb