Merge remote-tracking branch 'origin/master'

This commit is contained in:
Michal Čihař 2012-04-24 14:08:16 +02:00
commit 617b76c2ea

View File

@ -245,6 +245,8 @@ if [ $# -gt 0 ] ; then
echo '* 3.3 branch, no STABLE update'
elif echo $version | grep -q '^3\.4\.' ; then
echo '* 3.4 branch, no STABLE update'
elif echo $version | grep '[\-]' ; then
echo '* no STABLE update'
else
mark_as_release $branch STABLE
git checkout master