From: <ev...@us...> - 2010-12-31 10:28:32
|
Revision: 1470 http://rails.svn.sourceforge.net/rails/?rev=1470&view=rev Author: evos Date: 2010-12-31 10:28:26 +0000 (Fri, 31 Dec 2010) Log Message: ----------- Set version to 1.4+ Modified Paths: -------------- trunk/18xx/rails/game/Game.java Modified: trunk/18xx/rails/game/Game.java =================================================================== --- trunk/18xx/rails/game/Game.java 2010-12-30 10:12:42 UTC (rev 1469) +++ trunk/18xx/rails/game/Game.java 2010-12-31 10:28:26 UTC (rev 1470) @@ -13,7 +13,7 @@ import rails.util.Tag; public class Game { - public static final String version = "1.4"; + public static final String version = "1.4+"; /** The component Manager */ protected ComponentManager componentManager; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |