Author: mriou Date: Thu May 17 18:19:43 2007 New Revision: 539210 URL: http://svn.apache.org/viewvc?view=rev&rev=539210 Log: Changed version number to 1.0-RC4-incubating-SNAPSHOT-SNAPSHOT
Modified: incubator/ode/trunk/Rakefile Modified: incubator/ode/trunk/Rakefile URL: http://svn.apache.org/viewvc/incubator/ode/trunk/Rakefile?view=diff&rev=539210&r1=539209&r2=539210 ============================================================================== --- incubator/ode/trunk/Rakefile (original) +++ incubator/ode/trunk/Rakefile Thu May 17 18:19:43 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.0-RC4-incubating-SNAPSHOT" +VERSION_NUMBER = "1.0-RC4-incubating-SNAPSHOT-SNAPSHOT" +NEXT_VERSION = "1.1" ANNONGEN = "annogen:annogen:jar:0.1.0" ANT = "ant:ant:jar:1.6.5"