You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by ms...@apache.org on 2007/09/06 17:48:57 UTC

svn commit: r573301 - /ode/trunk/Rakefile

Author: mszefler
Date: Thu Sep  6 08:48:56 2007
New Revision: 573301

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

Modified:
    ode/trunk/Rakefile

Modified: ode/trunk/Rakefile
URL: http://svn.apache.org/viewvc/ode/trunk/Rakefile?rev=573301&r1=573300&r2=573301&view=diff
==============================================================================
--- ode/trunk/Rakefile (original)
+++ ode/trunk/Rakefile Thu Sep  6 08:48:56 2007
@@ -24,7 +24,7 @@
 require "buildr/hibernate"
 
 # Keep this structure to allow the build system to update version numbers.
-VERSION_NUMBER = "1.1-RC5-SNAPSHOT"
+VERSION_NUMBER = "1.2-SNAPSHOT"
 NEXT_VERSION = "1.2"
 
 ANNONGEN            = "annogen:annogen:jar:0.1.0"