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/15 21:00:27 UTC

svn commit: r566301 - /ode/trunk/Rakefile

Author: mriou
Date: Wed Aug 15 12:00:27 2007
New Revision: 566301

URL: http://svn.apache.org/viewvc?view=rev&rev=566301
Log:
Changing release number for RC3

Modified:
    ode/trunk/Rakefile

Modified: ode/trunk/Rakefile
URL: http://svn.apache.org/viewvc/ode/trunk/Rakefile?view=diff&rev=566301&r1=566300&r2=566301
==============================================================================
--- ode/trunk/Rakefile (original)
+++ ode/trunk/Rakefile Wed Aug 15 12:00:27 2007
@@ -24,7 +24,7 @@
 require "buildr/hibernate"
 
 # Keep this structure to allow the build system to update version numbers.
-VERSION_NUMBER = "1.1-RC2-SNAPSHOT"
+VERSION_NUMBER = "1.1-RC3"
 NEXT_VERSION = "1.2"
 
 ANNONGEN            = "annogen:annogen:jar:0.1.0"