From: Erik V. <ev...@us...> - 2010-02-11 21:55:44
|
Update of /cvsroot/rails/18xx/rails/game In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv5991/rails/game Modified Files: Game.java Log Message: Added + to version number Index: Game.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/Game.java,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** Game.java 3 Feb 2010 05:17:44 -0000 1.48 --- Game.java 11 Feb 2010 21:55:30 -0000 1.49 *************** *** 12,16 **** public class Game { ! public static final String version = "1.1.3"; /** The component Manager */ --- 12,16 ---- public class Game { ! public static final String version = "1.1.3+"; /** The component Manager */ |