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/18 03:10:25 UTC

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

Author: mriou
Date: Thu May 17 18:10:24 2007
New Revision: 539206

URL: http://svn.apache.org/viewvc?view=rev&rev=539206
Log:
Wrong number

Modified:
    incubator/ode/trunk/Rakefile

Modified: incubator/ode/trunk/Rakefile
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/Rakefile?view=diff&rev=539206&r1=539205&r2=539206
==============================================================================
--- incubator/ode/trunk/Rakefile (original)
+++ incubator/ode/trunk/Rakefile Thu May 17 18:10:24 2007
@@ -25,8 +25,8 @@
 
 
 # Keep this structure to allow the build system to update version numbers.
-VERSION_NUMBER = "1.0-RC4-incubating-SNAPSHOT"
-NEXT_VERSION = "1.0-RC5-incubating-SNAPSHOT"
+VERSION_NUMBER = "1.0-RC3-incubating-SNAPSHOT"
+NEXT_VERSION = "1.0-RC4-incubating-SNAPSHOT"
 
 ANNONGEN            = "annogen:annogen:jar:0.1.0"
 ANT                 = "ant:ant:jar:1.6.5"