Author: jeff.yuchang
Date: 2010-02-25 00:51:42 -0500 (Thu, 25 Feb 2010)
New Revision: 508
Modified:
branches/ODE/ODE-1.x-fixes/Rakefile-riftsaw
Log:
* update the version, ready for CR2 cut.
Modified: branches/ODE/ODE-1.x-fixes/Rakefile-riftsaw
===================================================================
--- branches/ODE/ODE-1.x-fixes/Rakefile-riftsaw 2010-02-24 13:39:09 UTC (rev 507)
+++ branches/ODE/ODE-1.x-fixes/Rakefile-riftsaw 2010-02-25 05:51:42 UTC (rev 508)
@@ -23,8 +23,8 @@
require "buildr/hibernate"
# Keep this structure to allow the build system to update version numbers.
-VERSION_NUMBER = "2.0-SNAPSHOT"
-NEXT_VERSION = "2.0-CR2"
+VERSION_NUMBER = "2.0-CR2"
+NEXT_VERSION = "2.0.GA"
ANNONGEN = "annogen:annogen:jar:0.1.0"
ANT = "ant:ant:jar:1.6.5"