From 25139ae20bff7af5804cb90a8068a96ac58c8934 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Tue, 23 Aug 2011 10:35:12 +0200 Subject: [PATCH] fix auto version specifiers --- all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 /; -- 2.39.2