From: Brett L. <wak...@us...> - 2009-11-14 20:22:01
|
Update of /cvsroot/rails/18xx/rails/game In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv31014/rails/game Modified Files: Game.java Log Message: Update version references to 1.0.7-rc2. Improve build.xml to better automate building a release. Index: Game.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/Game.java,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** Game.java 8 Nov 2009 01:37:42 -0000 1.36 --- Game.java 14 Nov 2009 20:21:51 -0000 1.37 *************** *** 12,16 **** public class Game { ! public static final String version = "1.0.7-rc1"; /** The component Manager */ --- 12,16 ---- public class Game { ! public static final String version = "1.0.7-rc2"; /** The component Manager */ |