Author: mriou Date: Thu May 17 16:54:06 2007 New Revision: 539180 URL: http://svn.apache.org/viewvc?view=rev&rev=539180 Log: Preparing for release
Modified: incubator/ode/trunk/Rakefile Modified: incubator/ode/trunk/Rakefile URL: http://svn.apache.org/viewvc/incubator/ode/trunk/Rakefile?view=diff&rev=539180&r1=539179&r2=539180 ============================================================================== --- incubator/ode/trunk/Rakefile (original) +++ incubator/ode/trunk/Rakefile Thu May 17 16:54:06 2007 @@ -25,8 +25,8 @@ # Keep this structure to allow the build system to update version numbers. -VERSION_NUMBER = "1.0-RC3-incubating-SNAPSHOT" -NEXT_VERSION = "1.1" +VERSION_NUMBER = "1.0-RC4-incubating-SNAPSHOT" +NEXT_VERSION = "1.0-RC5-incubating-SNAPSHOT" ANNONGEN = "annogen:annogen:jar:0.1.0" ANT = "ant:ant:jar:1.6.5"