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/05/29 17:42:51 UTC

svn commit: r542567 - /incubator/ode/branches/APACHE_ODE_1.0-INCUBATING/Rakefile

Author: mriou
Date: Tue May 29 08:42:50 2007
New Revision: 542567

URL: http://svn.apache.org/viewvc?view=rev&rev=542567
Log:
version tweak

Modified:
    incubator/ode/branches/APACHE_ODE_1.0-INCUBATING/Rakefile

Modified: incubator/ode/branches/APACHE_ODE_1.0-INCUBATING/Rakefile
URL: http://svn.apache.org/viewvc/incubator/ode/branches/APACHE_ODE_1.0-INCUBATING/Rakefile?view=diff&rev=542567&r1=542566&r2=542567
==============================================================================
--- incubator/ode/branches/APACHE_ODE_1.0-INCUBATING/Rakefile (original)
+++ incubator/ode/branches/APACHE_ODE_1.0-INCUBATING/Rakefile Tue May 29 08:42:50 2007
@@ -26,7 +26,7 @@
 
 # Keep this structure to allow the build system to update version numbers.
 VERSION_NUMBER = "1.0-incubating"
-NEXT_VERSION = "1.1"
+NEXT_VERSION = "1.0-incubating"
 
 ANNONGEN            = "annogen:annogen:jar:0.1.0"
 ANT                 = "ant:ant:jar:1.6.5"