Update of /cvsroot/rails/18xx/rails/game
In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv16329/rails/game
Modified Files:
Game.java
Log Message:
Added '+' to game version
Index: Game.java
===================================================================
RCS file: /cvsroot/rails/18xx/rails/game/Game.java,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -d -r1.55 -r1.56
*** Game.java 31 May 2010 14:02:33 -0000 1.55
--- Game.java 6 Jun 2010 13:01:00 -0000 1.56
***************
*** 14,18 ****
public class Game {
! public static final String version = "1.3";
/** The component Manager */
--- 14,18 ----
public class Game {
! public static final String version = "1.3+";
/** The component Manager */
|