Increment version

This commit is contained in:
Jordan Irwin 2023-12-25 16:49:35 -08:00
parent 3eea0f3380
commit 88730f1eac
No known key found for this signature in database
GPG key ID: E3E358C2F44C290A
5 changed files with 6 additions and 6 deletions

View file

@ -84,8 +84,8 @@ updates_server_fallback = http://arianne.sourceforge.net/stendhal/updates
version_server = http://arianne.sourceforge.net/stendhal.version
# current version of stendhal
version.old = 1.44
version = 1.44.5
version.old = 1.45
version = 1.45.5
# javac options
javac.deprecation = true

View file

@ -1,4 +1,4 @@
site_name: Stendhal 1.44.5 Reference Documentation
site_name: Stendhal 1.45.5 Reference Documentation
site_description: A fun, friendly, & free multiplayer online adventure game.
copyright: Copyright © 2003-2023 Stendhal
site_url: https://stendhalgame.org/

View file

@ -1,6 +1,6 @@
@echo off
set STENDHAL_VERSION=1.44.5
set STENDHAL_VERSION=1.45.5
set SERVER_JAR=stendhal-server-%STENDHAL_VERSION%.jar
:: change to server directory

View file

@ -1,6 +1,6 @@
#!/bin/sh
STENDHAL_VERSION="1.44.5"
STENDHAL_VERSION="1.45.5"
SERVER_JAR="stendhal-server-${STENDHAL_VERSION}.jar"
# change to server directory

View file

@ -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.44.5";
public static final String VERSION = "1.45.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.