]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
fix auto version specifiers
authorRudolf Polzer <divVerent@xonotic.org>
Tue, 23 Aug 2011 08:35:12 +0000 (10:35 +0200)
committerRudolf Polzer <divVerent@xonotic.org>
Tue, 23 Aug 2011 08:35:12 +0000 (10:35 +0200)
all

diff --git a/all b/all
index 142a1b3adbee6560cae8823893f8752a481b08cc..fc966598fc79f6f975f306999a8e6c5ae0f7b008 100755 (executable)
--- 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 /;