diff --git a/README.txt b/README.txt
index e82ac8291b..dc89037a01 100644
--- a/README.txt
+++ b/README.txt
@@ -39,12 +39,12 @@ Java is included in most Linux distributions. Both Sun Java and OpenJDK are supp
Please download Stendhal from http://arianne.sourceforge.net
Then unzip the client zip into a new folder.
-You can double click on stendhal-0.93.6.jar and the client will run.
+You can double click on stendhal-0.94.jar and the client will run.
If you prefer to run from command line, then just execute this command
in the stendhal folder:
- java -jar stendhal-0.93.6.jar
+ java -jar stendhal-0.94.jar
Alternatively you can run it using Java Webstart technology at:
diff --git a/build.ant.properties b/build.ant.properties
index d7127cbd23..0a34333db9 100644
--- a/build.ant.properties
+++ b/build.ant.properties
@@ -73,7 +73,7 @@ version_server = http://arianne.sourceforge.net/stendhal.version
# current version of stendhal
version.old = 0.93
-version = 0.93.6
+version = 0.94
# javac options
javac.deprecation = true
diff --git a/runserver.bat b/runserver.bat
index 5bcebc262d..31d1332cd5 100644
--- a/runserver.bat
+++ b/runserver.bat
@@ -1,3 +1,3 @@
-set STENDHAL_VERSION=0.93.6
+set STENDHAL_VERSION=0.94
set LOCALCLASSPATH=.;data\script;data\conf;stendhal-server-%STENDHAL_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
diff --git a/runserver.sh b/runserver.sh
index 4fb6b763ea..c94297f122 100644
--- a/runserver.sh
+++ b/runserver.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-STENDHAL_VERSION="0.93.6"
+STENDHAL_VERSION="0.94"
LOCALCLASSPATH=.:data/script/:data/conf/:stendhal-server-$STENDHAL_VERSION.jar:marauroa.jar:mysql-connector.jar:log4j.jar:commons-lang.jar:h2.jar
diff --git a/src/games/stendhal/client/update/Version.java b/src/games/stendhal/client/update/Version.java
index 98e60d7aad..4f4781c116 100644
--- a/src/games/stendhal/client/update/Version.java
+++ b/src/games/stendhal/client/update/Version.java
@@ -10,7 +10,7 @@ package games.stendhal.client.update;
public class Version {
/** Version Number. */
- private static final String VERSION = "0.93.6";
+ private static final String VERSION = "0.94";
/**
* Extract the specified number of parts from a version-string.
diff --git a/src/games/stendhal/common/Debug.java b/src/games/stendhal/common/Debug.java
index d3c39f7faf..bcd6ad5bc4 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 = "0.93.6";
+ public static final String VERSION = "0.94";
public static final String PRE_RELEASE_VERSION = null;
diff --git a/src/games/stendhal/server/core/engine/GenerateINI.java b/src/games/stendhal/server/core/engine/GenerateINI.java
index 9dd9ca8b13..4c5c3e3417 100644
--- a/src/games/stendhal/server/core/engine/GenerateINI.java
+++ b/src/games/stendhal/server/core/engine/GenerateINI.java
@@ -271,7 +271,7 @@ public class GenerateINI {
out.println();
out.println("server_typeGame=" + gameName);
out.println("server_name=" + gameName + " Marauroa server");
- out.println("server_version=0.93.6");
+ out.println("server_version=0.94");
out.println("server_contact=https://sourceforge.net/tracker/?atid=514826&group_id=66537&func=browse");
out.println();
out.println("# Extensions configured on the server. Enable at will.");
diff --git a/stendhal.jnlp b/stendhal.jnlp
index f76b24c8c1..296695e82a 100644
--- a/stendhal.jnlp
+++ b/stendhal.jnlp
@@ -22,7 +22,7 @@ Some of these people are NPC, they will give you tasks to accomplish and hints t
-
+