You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mi...@apache.org on 2009/04/22 23:59:34 UTC

svn commit: r767686 - /ode/branches/APACHE_ODE_1.X/Rakefile

Author: midon
Date: Wed Apr 22 21:59:34 2009
New Revision: 767686

URL: http://svn.apache.org/viewvc?rev=767686&view=rev
Log:
always confused with these version numbers

Modified:
    ode/branches/APACHE_ODE_1.X/Rakefile

Modified: ode/branches/APACHE_ODE_1.X/Rakefile
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/Rakefile?rev=767686&r1=767685&r2=767686&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/Rakefile (original)
+++ ode/branches/APACHE_ODE_1.X/Rakefile Wed Apr 22 21:59:34 2009
@@ -24,7 +24,7 @@
 
 # Keep this structure to allow the build system to update version numbers.
 VERSION_NUMBER = "1.3.1-SNAPSHOT"
-NEXT_VERSION = "1.4"
+NEXT_VERSION = "1.3.1"
 
 ANNONGEN            = "annogen:annogen:jar:0.1.0"
 ANT                 = "ant:ant:jar:1.6.5"