]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - all
fix auto version specifiers
[xonotic/xonotic.git] / 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 /;