3.4.x is no longer the stable version

This commit is contained in:
Marc Delisle 2012-04-11 12:54:07 -04:00
parent edbff5a091
commit 9ad2e1079f

View File

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