From: Brett L. <wak...@us...> - 2009-11-08 01:37:50
|
Update of /cvsroot/rails/18xx/rails/game In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv29536/rails/game Modified Files: Game.java Log Message: Add build.xml. Bump version to 1.0.7-rc1 Index: Game.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/Game.java,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** Game.java 5 Nov 2009 22:50:37 -0000 1.35 --- Game.java 8 Nov 2009 01:37:42 -0000 1.36 *************** *** 12,16 **** public class Game { ! public static final String version = "1.0.6+"; /** The component Manager */ --- 12,16 ---- public class Game { ! public static final String version = "1.0.7-rc1"; /** The component Manager */ |