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/10 00:46:32 UTC

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

Author: mriou
Date: Wed May  9 15:46:31 2007
New Revision: 536698

URL: http://svn.apache.org/viewvc?view=rev&rev=536698
Log:
Correcting next version.

Modified:
    incubator/ode/trunk/Rakefile

Modified: incubator/ode/trunk/Rakefile
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/Rakefile?view=diff&rev=536698&r1=536697&r2=536698
==============================================================================
--- incubator/ode/trunk/Rakefile (original)
+++ incubator/ode/trunk/Rakefile Wed May  9 15:46:31 2007
@@ -8,7 +8,7 @@
 
 # Keep this structure to allow the build system to update version numbers.
 VERSION_NUMBER = "1.0-RC3-incubating-SNAPSHOT"
-NEXT_VERSION = "1.0-RC3"
+NEXT_VERSION = "1.0-RC3-incubating"
 
 ANNONGEN            = "annogen:annogen:jar:0.1.0"
 ANT                 = "ant:ant:jar:1.6.5"