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/29 23:27:04 UTC

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

Author: midon
Date: Wed Apr 29 21:27:03 2009
New Revision: 769942

URL: http://svn.apache.org/viewvc?rev=769942&view=rev
Log:
Changed version number to 1.3.2-SNAPSHOT

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=769942&r1=769941&r2=769942&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/Rakefile (original)
+++ ode/branches/APACHE_ODE_1.X/Rakefile Wed Apr 29 21:27:03 2009
@@ -23,8 +23,8 @@
 require "buildr/hibernate"
 
 # Keep this structure to allow the build system to update version numbers.
-VERSION_NUMBER = "1.3.1-SNAPSHOT"
-NEXT_VERSION = "1.3.2"
+VERSION_NUMBER = "1.3.2-SNAPSHOT"
+NEXT_VERSION = "1.3.3"
 
 ANNONGEN            = "annogen:annogen:jar:0.1.0"
 ANT                 = "ant:ant:jar:1.6.5"