From: Rudolf Polzer Date: Tue, 23 Aug 2011 08:35:12 +0000 (+0200) Subject: fix auto version specifiers X-Git-Tag: xonotic-v0.5.0~27 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=25139ae20bff7af5804cb90a8068a96ac58c8934;p=xonotic%2Fxonotic.git fix auto version specifiers --- diff --git a/all b/all index 142a1b3a..fc966598 100755 --- a/all +++ b/all @@ -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 /;