Sfoglia il codice sorgente

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 3 anni fa
parent
commit
9e347fe9fa

+ 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"