From: Brett L. <wak...@us...> - 2010-02-03 05:17:52
|
Update of /cvsroot/rails/18xx/rails/game In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22432/rails/game Modified Files: Game.java Log Message: Bump version strings to 1.1.3 Index: Game.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/Game.java,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** Game.java 31 Jan 2010 22:22:28 -0000 1.47 --- Game.java 3 Feb 2010 05:17:44 -0000 1.48 *************** *** 12,16 **** public class Game { ! public static final String version = "1.1.2+"; /** The component Manager */ --- 12,16 ---- public class Game { ! public static final String version = "1.1.3"; /** The component Manager */ |