13
0

fix bundles for ’3.0’, ‘4.0’ tags.

This commit is contained in:
Robin Gareus 2015-04-03 21:19:22 +02:00
parent 8d80d10d6e
commit aae2f9fb4d

View File

@ -20,6 +20,8 @@ if [ "x$rc" != "x" ] ; then
revcount=$rc${r:+.$r}
elif [ "x$r" != "x" ] ; then
revcount=$r
else
revcount=0
fi
release_version=${major_version}.${minor_version}${revcount:+.$revcount}