fix auto version specifiers

This commit is contained in:
Rudolf Polzer 2011-08-23 10:35:12 +02:00
parent 28c8560a7a
commit 25139ae20b

2
all
View File

@ -1887,7 +1887,7 @@ case "$cmd" in
versionstr="$versionstr$RELEASETYPE"
;;
esac
if [ $gv -lt 900 ]; then
if [ $gv -lt 9900 ]; then
# pre-1.0: compatible with any other pre-1.0
verbose sed "
s/^set g_xonoticversion [^ ]* /set g_xonoticversion $versionstr /;