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:31:29 UTC

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

Author: mriou
Date: Thu May 17 18:31:29 2007
New Revision: 539215

URL: http://svn.apache.org/viewvc?view=rev&rev=539215
Log:
Changed version number to 1.0-RC4-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=539215&r1=539214&r2=539215
==============================================================================
--- incubator/ode/trunk/Rakefile (original)
+++ incubator/ode/trunk/Rakefile Thu May 17 18:31:29 2007
@@ -25,8 +25,8 @@
 
 
 # Keep this structure to allow the build system to update version numbers.
-VERSION_NUMBER = "1.0-RC4-incubating"
-NEXT_VERSION = "1.0-RC4-incubating"
+VERSION_NUMBER = "1.0-RC4-incubating-SNAPSHOT"
+NEXT_VERSION = "1.1"
 
 ANNONGEN            = "annogen:annogen:jar:0.1.0"
 ANT                 = "ant:ant:jar:1.6.5"