Author: mriou Date: Fri May 4 16:18:21 2007 New Revision: 535412 URL: http://svn.apache.org/viewvc?view=rev&rev=535412 Log: Changed version number to 1.0-RC2-incubating-SNAPSHOT
Modified: incubator/ode/trunk/Rakefile Modified: incubator/ode/trunk/Rakefile URL: http://svn.apache.org/viewvc/incubator/ode/trunk/Rakefile?view=diff&rev=535412&r1=535411&r2=535412 ============================================================================== --- incubator/ode/trunk/Rakefile (original) +++ incubator/ode/trunk/Rakefile Fri May 4 16:18:21 2007 @@ -8,7 +8,7 @@ # Keep this structure to allow the build system to update version numbers. VERSION_NUMBER = "1.0-RC2-incubating-SNAPSHOT" -NEXT_VERSION = "1.0-RC2-incubating" +NEXT_VERSION = "1.1" ANNONGEN = "annogen:annogen:jar:0.1.0" ANT = "ant:ant:jar:1.6.5"