From: Brett L. <wak...@us...> - 2009-12-12 22:05:30
|
Update of /cvsroot/rails/18xx/rails/game In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31317/rails/game Modified Files: Game.java Log Message: bump version to 1.1.0 Index: Game.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/Game.java,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** Game.java 25 Nov 2009 18:48:19 -0000 1.40 --- Game.java 12 Dec 2009 22:05:20 -0000 1.41 *************** *** 12,16 **** public class Game { ! public static final String version = "1.0.7-rc3"; /** The component Manager */ --- 12,16 ---- public class Game { ! public static final String version = "1.1.0"; /** The component Manager */ |