From: Markus Koschany <apo@debian.org>
Date: Sat, 24 Sep 2022 20:30:45 +0200
Subject: version

---
 rts/build/cmake/ConfigureVersion.cmake | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/rts/build/cmake/ConfigureVersion.cmake b/rts/build/cmake/ConfigureVersion.cmake
index db24d20..d3ff6c5 100644
--- a/rts/build/cmake/ConfigureVersion.cmake
+++ b/rts/build/cmake/ConfigureVersion.cmake
@@ -24,12 +24,8 @@ include(UtilVersion)
 
 
 
-# Fetch through git or from the VERSION file
-fetch_spring_version(${SOURCE_ROOT} SPRING_ENGINE)
-parse_spring_version(SPRING_VERSION_ENGINE "${SPRING_ENGINE_VERSION}")
-
 # We define these, so it may be used in the to-be-configured files
-set(SPRING_VERSION_ENGINE "${SPRING_ENGINE_VERSION}")
+set(SPRING_VERSION_ENGINE "106.0")
 if ("${SPRING_VERSION_ENGINE}" MATCHES "^${VERSION_REGEX_RELEASE}$")
 	set(SPRING_VERSION_ENGINE_RELEASE 1)
 else ()
