From: Stefan F. <ste...@us...> - 2011-11-03 12:01:47
|
build.xml | 2 +- rails/game/Game.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 38a485f50cf2229bce22bf90103de1f767b42358 Author: Stefan Frey <ste...@we...> Date: Thu Nov 3 13:04:00 2011 +0100 prepared for release 1.5.2 diff --git a/build.xml b/build.xml index 2f9fade..d346fc0 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.5"/> + <property name="version" value="1.5.2"/> <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 c670a7b..d0a87dc 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.5.1+"; + public static final String version = "1.5.2+"; /** The component Manager */ protected GameManager gameManager; |