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/08/17 23:44:18 UTC

svn commit: r567154 - /ode/trunk/Rakefile

Author: mriou
Date: Fri Aug 17 14:44:18 2007
New Revision: 567154

URL: http://svn.apache.org/viewvc?view=rev&rev=567154
Log:
Version fix before RC-4

Modified:
    ode/trunk/Rakefile

Modified: ode/trunk/Rakefile
URL: http://svn.apache.org/viewvc/ode/trunk/Rakefile?view=diff&rev=567154&r1=567153&r2=567154
==============================================================================
--- ode/trunk/Rakefile (original)
+++ ode/trunk/Rakefile Fri Aug 17 14:44:18 2007
@@ -25,7 +25,7 @@
 
 # Keep this structure to allow the build system to update version numbers.
 VERSION_NUMBER = "1.1-RC3-SNAPSHOT"
-NEXT_VERSION = "1.2"
+NEXT_VERSION = "1.1-RC4"
 
 ANNONGEN            = "annogen:annogen:jar:0.1.0"
 ANT                 = "ant:ant:jar:1.6.5"