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 17:40:00 UTC

svn commit: r601403 - /ode/branches/APACHE_ODE_1.2/Rakefile

Author: mriou
Date: Wed Dec  5 08:39:59 2007
New Revision: 601403

URL: http://svn.apache.org/viewvc?rev=601403&view=rev
Log:
Setting new versions.

Modified:
    ode/branches/APACHE_ODE_1.2/Rakefile

Modified: ode/branches/APACHE_ODE_1.2/Rakefile
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.2/Rakefile?rev=601403&r1=601402&r2=601403&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.2/Rakefile (original)
+++ ode/branches/APACHE_ODE_1.2/Rakefile Wed Dec  5 08:39:59 2007
@@ -24,8 +24,8 @@
 require "buildr/hibernate"
 
 # Keep this structure to allow the build system to update version numbers.
-VERSION_NUMBER = "1.1"
-NEXT_VERSION = "1.2"
+VERSION_NUMBER = "1.2RC1"
+NEXT_VERSION = "1.2RC2"
 
 ANNONGEN            = "annogen:annogen:jar:0.1.0"
 ANT                 = "ant:ant:jar:1.6.5"