Explorar el Código

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 hace 3 años
padre
commit
9e347fe9fa
Se han modificado 6 ficheros con 6 adiciones y 7 borrados
  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"