Browse Source

Release v23.3.3

This commit updates the version of the core to v23.3.3. Additionally, it removes updates the .gitignore file.
pull/4229/head
Daniel Gibbs 2 years ago
parent
commit
9e347fe9fa
  1. 3
      .gitignore
  2. 2
      linuxgsm.sh
  3. 2
      tests/tests_fctrserver.sh
  4. 2
      tests/tests_jc2server.sh
  5. 2
      tests/tests_mcserver.sh
  6. 2
      tests/tests_ts3server.sh

3
.gitignore

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

2
linuxgsm.sh

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

2
tests/tests_fctrserver.sh

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

2
tests/tests_jc2server.sh

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

2
tests/tests_mcserver.sh

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

2
tests/tests_ts3server.sh

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

Loading…
Cancel
Save