build.xml | 2 +-
rails/game/Game.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 78edd293666825a9ebacd7656ed975dfa9fbacdb
Author: Stefan Frey <ste...@we...>
Date: Fri Sep 23 01:02:15 2011 +0200
Prepared for release 1.5
diff --git a/build.xml b/build.xml
index 00fcd78..275ec63 100644
--- a/build.xml
+++ b/build.xml
@@ -9,7 +9,7 @@
<property name="debuglevel" value="source,lines,vars"/>
<property name="target" value="1.5"/>
<property name="source" value="1.5"/>
- <property name="version" value="1.4.2"/>
+ <property name="version" value="1.5"/>
<taskdef name="jarbundler"
classpath="tools/lib/jarbundler-2.1.0.jar"
classname="net.sourceforge.jarbundler.JarBundler" />
diff --git a/rails/game/Game.java b/rails/game/Game.java
index 5dd0005..9a6b6bb 100644
--- a/rails/game/Game.java
+++ b/rails/game/Game.java
@@ -14,7 +14,7 @@ import rails.game.action.PossibleAction;
import rails.util.GameFileIO;
public class Game {
- public static final String version = "1.4.1+";
+ public static final String version = "1.5";
/** The component Manager */
protected GameManager gameManager;
|