From: Brett L. <wak...@us...> - 2010-01-10 18:22:03
|
Update of /cvsroot/rails/18xx/rails/game In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6067/rails/game Modified Files: Game.java Log Message: update version string to 1.1.2 Index: Game.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/Game.java,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** Game.java 20 Dec 2009 22:13:25 -0000 1.42 --- Game.java 10 Jan 2010 18:21:54 -0000 1.43 *************** *** 12,16 **** public class Game { ! public static final String version = "1.1.1"; /** The component Manager */ --- 12,16 ---- public class Game { ! public static final String version = "1.1.2"; /** The component Manager */ |