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/22 20:03:49 UTC

svn commit: r568717 - /ode/trunk/Rakefile

Author: mriou
Date: Wed Aug 22 11:03:49 2007
New Revision: 568717

URL: http://svn.apache.org/viewvc?rev=568717&view=rev
Log:
As always, release number fixing.

Modified:
    ode/trunk/Rakefile

Modified: ode/trunk/Rakefile
URL: http://svn.apache.org/viewvc/ode/trunk/Rakefile?rev=568717&r1=568716&r2=568717&view=diff
==============================================================================
--- ode/trunk/Rakefile (original)
+++ ode/trunk/Rakefile Wed Aug 22 11:03:49 2007
@@ -25,7 +25,7 @@
 
 # Keep this structure to allow the build system to update version numbers.
 VERSION_NUMBER = "1.1-RC5"
-NEXT_VERSION = "1.1"
+NEXT_VERSION = "1.1-RC5"
 
 ANNONGEN            = "annogen:annogen:jar:0.1.0"
 ANT                 = "ant:ant:jar:1.6.5"