From: <wak...@us...> - 2011-05-22 20:58:00
|
Revision: 1565 http://rails.svn.sourceforge.net/rails/?rev=1565&view=rev Author: wakko666 Date: 2011-05-22 20:57:54 +0000 (Sun, 22 May 2011) Log Message: ----------- Bump version number Modified Paths: -------------- tags/rails_1_4_2/18xx/rails/game/Game.java tags/rails_1_4_2/18xx/rails.bat tags/rails_1_4_2/18xx/rails.sh Modified: tags/rails_1_4_2/18xx/rails/game/Game.java =================================================================== --- tags/rails_1_4_2/18xx/rails/game/Game.java 2011-05-22 14:45:45 UTC (rev 1564) +++ tags/rails_1_4_2/18xx/rails/game/Game.java 2011-05-22 20:57:54 UTC (rev 1565) @@ -13,7 +13,7 @@ import rails.util.Tag; public class Game { - public static final String version = "1.4.1+"; + public static final String version = "1.4.2"; /** The component Manager */ protected ComponentManager componentManager; Modified: tags/rails_1_4_2/18xx/rails.bat =================================================================== (Binary files differ) Modified: tags/rails_1_4_2/18xx/rails.sh =================================================================== --- tags/rails_1_4_2/18xx/rails.sh 2011-05-22 14:45:45 UTC (rev 1564) +++ tags/rails_1_4_2/18xx/rails.sh 2011-05-22 20:57:54 UTC (rev 1565) @@ -1,3 +1,3 @@ #!/bin/bash -java -jar ./rails-1.4.1.jar $1 \ No newline at end of file +java -jar ./rails-1.4.2.jar $1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |