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/12/05 20:53:17 UTC

svn commit: r601493 - /ode/branches/APACHE_ODE_1.1/Rakefile

Author: mriou
Date: Wed Dec  5 11:53:17 2007
New Revision: 601493

URL: http://svn.apache.org/viewvc?rev=601493&view=rev
Log:
Version tweak.

Modified:
    ode/branches/APACHE_ODE_1.1/Rakefile

Modified: ode/branches/APACHE_ODE_1.1/Rakefile
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.1/Rakefile?rev=601493&r1=601492&r2=601493&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.1/Rakefile (original)
+++ ode/branches/APACHE_ODE_1.1/Rakefile Wed Dec  5 11:53:17 2007
@@ -25,7 +25,7 @@
 
 # Keep this structure to allow the build system to update version numbers.
 VERSION_NUMBER = "1.1"
-NEXT_VERSION = "1.2"
+NEXT_VERSION = "1.1.1RC1"
 
 ANNONGEN            = "annogen:annogen:jar:0.1.0"
 ANT                 = "ant:ant:jar:1.6.5"