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 01:07:20 UTC

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

Author: mriou
Date: Wed May  9 16:07:19 2007
New Revision: 536708

URL: http://svn.apache.org/viewvc?view=rev&rev=536708
Log:
Changed version number to 1.0-RC3-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=536708&r1=536707&r2=536708
==============================================================================
--- incubator/ode/trunk/Rakefile (original)
+++ incubator/ode/trunk/Rakefile Wed May  9 16:07:19 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-incubating"
+NEXT_VERSION = "1.1"
 
 ANNONGEN            = "annogen:annogen:jar:0.1.0"
 ANT                 = "ant:ant:jar:1.6.5"