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 2009/02/23 20:19:36 UTC

svn commit: r747104 - /ode/trunk/Buildfile

Author: mriou
Date: Mon Feb 23 19:19:35 2009
New Revision: 747104

URL: http://svn.apache.org/viewvc?rev=747104&view=rev
Log:
Version numbers for beta2.

Modified:
    ode/trunk/Buildfile

Modified: ode/trunk/Buildfile
URL: http://svn.apache.org/viewvc/ode/trunk/Buildfile?rev=747104&r1=747103&r2=747104&view=diff
==============================================================================
--- ode/trunk/Buildfile (original)
+++ ode/trunk/Buildfile Mon Feb 23 19:19:35 2009
@@ -25,8 +25,8 @@
 
 
 # Keep this structure to allow the build system to update version numbers.
-VERSION_NUMBER = "2.1-SNAPSHOT"
-NEXT_VERSION = "2.0-beta1"
+VERSION_NUMBER = "2.0-beta2-SNAPSHOT"
+NEXT_VERSION = "2.0-beta3"
 
 # finds one or artifacts by a regex in a set of artifacts
 def findArtifacts(artifacts, expr)