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/07 05:21:56 UTC

svn commit: r563380 - /ode/trunk/Rakefile

Author: mriou
Date: Mon Aug  6 20:21:55 2007
New Revision: 563380

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

Modified:
    ode/trunk/Rakefile

Modified: ode/trunk/Rakefile
URL: http://svn.apache.org/viewvc/ode/trunk/Rakefile?view=diff&rev=563380&r1=563379&r2=563380
==============================================================================
--- ode/trunk/Rakefile (original)
+++ ode/trunk/Rakefile Mon Aug  6 20:21:55 2007
@@ -24,8 +24,8 @@
 require "buildr/hibernate"
 
 # Keep this structure to allow the build system to update version numbers.
-VERSION_NUMBER = "1.0"
-NEXT_VERSION = "1.1-RC1"
+VERSION_NUMBER = "1.1-RC1-SNAPSHOT"
+NEXT_VERSION = "1.2"
 
 ANNONGEN            = "annogen:annogen:jar:0.1.0"
 ANT                 = "ant:ant:jar:1.6.5"