Author: mriou Date: Thu Jun 21 15:11:29 2007 New Revision: 549628 URL: http://svn.apache.org/viewvc?view=rev&rev=549628 Log: Proper version numbers
Modified: incubator/ode/trunk/Rakefile Modified: incubator/ode/trunk/Rakefile URL: http://svn.apache.org/viewvc/incubator/ode/trunk/Rakefile?view=diff&rev=549628&r1=549627&r2=549628 ============================================================================== --- incubator/ode/trunk/Rakefile (original) +++ incubator/ode/trunk/Rakefile Thu Jun 21 15:11:29 2007 @@ -25,7 +25,7 @@ # Keep this structure to allow the build system to update version numbers. -VERSION_NUMBER = "1.0-RC4-incubating-SNAPSHOT" +VERSION_NUMBER = "1.1-SNAPSHOT" NEXT_VERSION = "1.1" ANNONGEN = "annogen:annogen:jar:0.1.0"