early-access version 2853

This commit is contained in:
pineappleEA
2022-07-23 03:01:36 +02:00
parent 1f2b5081b5
commit 1f111bb69c
8955 changed files with 418777 additions and 999 deletions

View File

@@ -0,0 +1,12 @@
--- a/autogen.sh
+++ b/autogen.sh
@@ -25,6 +25,6 @@
-PV=$(cat VERSION | cut -d' ' -f1)
-LV=$(cat VERSION | cut -d' ' -f2)
-if test "x$(cat VERSION | cut -d' ' -f3)" = "xsvn"; then
+PV=$(cat VERSION.txt | cut -d' ' -f1)
+LV=$(cat VERSION.txt | cut -d' ' -f2)
+if test "x$(cat VERSION.txt | cut -d' ' -f3)" = "xsvn"; then
if test -d ".git/svn"; then
REV=$(LC_ALL=C git svn find-rev HEAD)