Update of /cvsroot/rails/18xx/rails/game
In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv30983/rails/game
Modified Files:
Game.java
Log Message:
Bump version strings to 1.3
Index: Game.java
===================================================================
RCS file: /cvsroot/rails/18xx/rails/game/Game.java,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -d -r1.54 -r1.55
*** Game.java 18 May 2010 04:12:23 -0000 1.54
--- Game.java 31 May 2010 14:02:33 -0000 1.55
***************
*** 14,18 ****
public class Game {
! public static final String version = "1.2.2";
/** The component Manager */
--- 14,18 ----
public class Game {
! public static final String version = "1.3";
/** The component Manager */
|