From ae97de564c342df893f0690e21168269ab485fd8 Mon Sep 17 00:00:00 2001 From: KarajuSs Date: Sun, 18 Jun 2023 20:56:48 +0200 Subject: [PATCH] Zmieniono numer wersji --- build.ant.properties | 4 ++-- buildtools/doxygen/Doxyfile | 2 +- runserver.bat | 2 +- runserver.sh | 2 +- src/games/stendhal/common/Debug.java | 2 +- src/games/stendhal/server/core/engine/GenerateINI.java | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build.ant.properties b/build.ant.properties index 773f7b26f..0bcc14367 100644 --- a/build.ant.properties +++ b/build.ant.properties @@ -82,8 +82,8 @@ updates_server_fallback = https://s1.polanieonline.eu/pol/updates version_server = https://s1.polanieonline.eu/pol.version # current version of polanieonline -version.old = 1.36 -version = 1.37 +version.old = 1.37 +version = 1.37.1 # android client version version.webview = 0.0.6 diff --git a/buildtools/doxygen/Doxyfile b/buildtools/doxygen/Doxyfile index 5a7e22712..43cda5bef 100644 --- a/buildtools/doxygen/Doxyfile +++ b/buildtools/doxygen/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = PolanieOnLine # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.37 +PROJECT_NUMBER = 1.37.1 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/runserver.bat b/runserver.bat index 639d8b4da..5b54fb403 100644 --- a/runserver.bat +++ b/runserver.bat @@ -1,4 +1,4 @@ -set POL_VERSION=1.37 +set POL_VERSION=1.37.1 set LOCALCLASSPATH=.;data\script;data\conf;polanieonline-server-%POL_VERSION%.jar;marauroa.jar;mysql-connector.jar;log4j.jar;commons-lang.jar;h2.jar java -Xmx400m -cp "%LOCALCLASSPATH%" games.stendhal.server.StendhalServer -c server.ini -l @pause \ No newline at end of file diff --git a/runserver.sh b/runserver.sh index fe0ba315a..863877fca 100644 --- a/runserver.sh +++ b/runserver.sh @@ -1,5 +1,5 @@ #!/bin/sh -POL_VERSION="1.37" +POL_VERSION="1.37.1" LOCALCLASSPATH=.:data/script/:data/conf/:polanieonline-server-$POL_VERSION.jar:marauroa.jar:mysql-connector.jar:log4j.jar:commons-lang.jar:h2.jar diff --git a/src/games/stendhal/common/Debug.java b/src/games/stendhal/common/Debug.java index 515f8505d..d3c934d91 100644 --- a/src/games/stendhal/common/Debug.java +++ b/src/games/stendhal/common/Debug.java @@ -26,7 +26,7 @@ public class Debug { /** version. */ // Note: This line is updated by build.xml using a regexp so be sure to adjust it in case you modify this line. - public static final String VERSION = "1.37"; + public static final String VERSION = "1.37.1"; /** pre release suffix */ // Note: This line is updated by build.xml using a regexp so be sure to adjust it in case you modify this line. diff --git a/src/games/stendhal/server/core/engine/GenerateINI.java b/src/games/stendhal/server/core/engine/GenerateINI.java index 73c24ef35..ac2a85835 100644 --- a/src/games/stendhal/server/core/engine/GenerateINI.java +++ b/src/games/stendhal/server/core/engine/GenerateINI.java @@ -271,7 +271,7 @@ private static void write(final PrintWriter out) { out.println(); out.println("server_typeGame=" + gameName); out.println("server_name=" + gameName + " Marauroa server"); - out.println("server_version=1.37"); + out.println("server_version=1.37.1"); out.println("server_contact=https://s1.polanieonline.eu/kontakt-gmgags.html"); out.println(); out.println("# Extensions configured on the server. Enable at will.");