From 2746ee1411b960e596c877db48eb83bb16fc7ba7 Mon Sep 17 00:00:00 2001 From: Jordan Irwin Date: Sat, 21 Dec 2024 15:11:30 -0800 Subject: [PATCH] Increment version --- app/android/client/build.gradle | 4 ++-- app/android/client/src/main/res/values/strings.xml | 2 +- app/neutralinojs/neutralino.config.json | 2 +- bin/runserver.bat | 2 +- bin/runserver.sh | 2 +- build.ant.properties | 6 +++--- buildtools/mkdocs/mkdocs.yml | 2 +- src/games/stendhal/common/Debug.java | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/app/android/client/build.gradle b/app/android/client/build.gradle index ac5b727b9a..6fa80a9a75 100644 --- a/app/android/client/build.gradle +++ b/app/android/client/build.gradle @@ -10,8 +10,8 @@ android { applicationId namespace minSdk 21 targetSdk 32 - versionCode 1047005 - versionName "1.47.5" + versionCode 1048005 + versionName "1.48.5" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" targetSdkVersion 32 minSdkVersion 21 diff --git a/app/android/client/src/main/res/values/strings.xml b/app/android/client/src/main/res/values/strings.xml index 28e542b5df..fe759d152f 100644 --- a/app/android/client/src/main/res/values/strings.xml +++ b/app/android/client/src/main/res/values/strings.xml @@ -5,6 +5,6 @@ Stendhal stendhalprod8gps5y99pu prod - 1.47.5 + 1.48.5 diff --git a/app/neutralinojs/neutralino.config.json b/app/neutralinojs/neutralino.config.json index 2f5abba653..27f564488a 100644 --- a/app/neutralinojs/neutralino.config.json +++ b/app/neutralinojs/neutralino.config.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/neutralinojs/neutralinojs/main/schemas/neutralino.config.schema.json", "applicationId": "org.stendhalgame.client", - "version": "1.47.5", + "version": "1.48.5", "defaultMode": "window", "port": 0, "documentRoot": "/resources/", diff --git a/bin/runserver.bat b/bin/runserver.bat index 7632e3f266..a6d9623195 100644 --- a/bin/runserver.bat +++ b/bin/runserver.bat @@ -1,6 +1,6 @@ @echo off -set STENDHAL_VERSION=1.47.5 +set STENDHAL_VERSION=1.48.5 set SERVER_JAR=stendhal-server-%STENDHAL_VERSION%.jar :: change to server directory diff --git a/bin/runserver.sh b/bin/runserver.sh index b98113d3e9..1a2e475093 100755 --- a/bin/runserver.sh +++ b/bin/runserver.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -STENDHAL_VERSION="1.47.5" +STENDHAL_VERSION="1.48.5" SERVER_JAR="stendhal-server-${STENDHAL_VERSION}.jar" # change to server directory diff --git a/build.ant.properties b/build.ant.properties index 17bc60ee79..427f93c1f9 100644 --- a/build.ant.properties +++ b/build.ant.properties @@ -91,10 +91,10 @@ updates_server_fallback = http://arianne.sourceforge.net/stendhal/updates version_server = http://arianne.sourceforge.net/stendhal.version # current version of stendhal -version.old = 1.47 -version = 1.47.5 +version.old = 1.48 +version = 1.48.5 # FIXME: dynamic method to set this property? -version.android = 1047005 +version.android = 1048005 # javac options javac.deprecation = true diff --git a/buildtools/mkdocs/mkdocs.yml b/buildtools/mkdocs/mkdocs.yml index 97dba5ee8d..1711f52e25 100644 --- a/buildtools/mkdocs/mkdocs.yml +++ b/buildtools/mkdocs/mkdocs.yml @@ -1,4 +1,4 @@ -site_name: Stendhal 1.47.5 Reference Documentation +site_name: Stendhal 1.48.5 Reference Documentation site_description: A fun, friendly, & free multiplayer online adventure game. copyright: Copyright © 2003-2024 Stendhal site_url: https://stendhalgame.org/ diff --git a/src/games/stendhal/common/Debug.java b/src/games/stendhal/common/Debug.java index a710cae385..9ff2b7ed8f 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.47.5"; + public static final String VERSION = "1.48.5"; /** 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.