Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
nhnb committed Mar 15, 2024
1 parent 4610c46 commit edf4297
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app/android/client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId namespace
minSdk 21
targetSdk 32
versionCode 1045005
versionName "1.45.5"
versionCode 1046000
versionName "1.46"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
targetSdkVersion 32
minSdkVersion 21
Expand Down
2 changes: 1 addition & 1 deletion app/android/client/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<string name="app_name">Stendhal</string>
<string name="intent_url_scheme">stendhalprod8gps5y99pu</string>
<string name="build_type">prod</string>
<string name="build_version">1.45.5</string>
<string name="build_version">1.46</string>

</resources>
4 changes: 2 additions & 2 deletions build.ant.properties
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ version_server = http://arianne.sourceforge.net/stendhal.version

# current version of stendhal
version.old = 1.45
version = 1.45.5
version = 1.46
# FIXME: dynamic method to set this property?
version.android = 1045005
version.android = 1046000

# javac options
javac.deprecation = true
Expand Down
2 changes: 1 addition & 1 deletion buildtools/mkdocs/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: Stendhal 1.45.5 Reference Documentation
site_name: Stendhal 1.46 Reference Documentation
site_description: A fun, friendly, & free multiplayer online adventure game.
copyright: Copyright © 2003-2024 Stendhal
site_url: https://stendhalgame.org/
Expand Down
2 changes: 1 addition & 1 deletion sbin/runserver.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

set STENDHAL_VERSION=1.45.5
set STENDHAL_VERSION=1.46
set SERVER_JAR=stendhal-server-%STENDHAL_VERSION%.jar

:: change to server directory
Expand Down
2 changes: 1 addition & 1 deletion sbin/runserver.sh
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

STENDHAL_VERSION="1.45.5"
STENDHAL_VERSION="1.46"
SERVER_JAR="stendhal-server-${STENDHAL_VERSION}.jar"

# change to server directory
Expand Down
2 changes: 1 addition & 1 deletion src/games/stendhal/common/Debug.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.45.5";
public static final String VERSION = "1.46";

/** 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.
Expand Down

0 comments on commit edf4297

Please sign in to comment.