You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mr...@apache.org on 2007/05/05 01:19:36 UTC

svn commit: r535413 - /incubator/ode/trunk/Rakefile

Author: mriou
Date: Fri May  4 16:19:35 2007
New Revision: 535413

URL: http://svn.apache.org/viewvc?view=rev&rev=535413
Log:
Correct next version number.

Modified:
    incubator/ode/trunk/Rakefile

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