Quellcode durchsuchen

Release v23.3.3

This commit updates the version of the core to v23.3.3. Additionally, it removes updates the .gitignore file.
Daniel Gibbs vor 3 Jahren
Ursprung
Commit
9e347fe9fa
6 geänderte Dateien mit 6 neuen und 7 gelöschten Zeilen
  1. 1 2
      .gitignore
  2. 1 1
      linuxgsm.sh
  3. 1 1
      tests/tests_fctrserver.sh
  4. 1 1
      tests/tests_jc2server.sh
  5. 1 1
      tests/tests_mcserver.sh
  6. 1 1
      tests/tests_ts3server.sh

+ 1 - 2
.gitignore

@@ -1,3 +1,2 @@
-*.db
-.idea
+.vscode/settings.json
 /node_modules

+ 1 - 1
linuxgsm.sh

@@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
 	set -x
 fi
 
-version="v23.3.2"
+version="v23.3.3"
 shortname="core"
 gameservername="core"
 commandname="CORE"

+ 1 - 1
tests/tests_fctrserver.sh

@@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
 	set -x
 fi
 
-version="v23.3.2"
+version="v23.3.3"
 shortname="fctr"
 gameservername="fctrserver"
 commandname="CORE"

+ 1 - 1
tests/tests_jc2server.sh

@@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
 	set -x
 fi
 
-version="v23.3.2"
+version="v23.3.3"
 shortname="jc2"
 gameservername="jc2server"
 commandname="CORE"

+ 1 - 1
tests/tests_mcserver.sh

@@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
 	set -x
 fi
 
-version="v23.3.2"
+version="v23.3.3"
 shortname="mc"
 gameservername="mcserver"
 commandname="CORE"

+ 1 - 1
tests/tests_ts3server.sh

@@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
 	set -x
 fi
 
-version="v23.3.2"
+version="v23.3.3"
 shortname="ts3"
 gameservername="ts3server"
 commandname="CORE"