You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2005/06/10 09:59:26 UTC

svn commit: r189920 - /forrest/trunk/main/forrest.build.xml

Author: rgardler
Date: Fri Jun 10 00:59:25 2005
New Revision: 189920

URL: http://svn.apache.org/viewcvs?rev=189920&view=rev
Log:
put the version number back to 0.7-dev, changed for testing purposes locally, inadvertently committed

Modified:
    forrest/trunk/main/forrest.build.xml

Modified: forrest/trunk/main/forrest.build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/forrest.build.xml?rev=189920&r1=189919&r2=189920&view=diff
==============================================================================
--- forrest/trunk/main/forrest.build.xml (original)
+++ forrest/trunk/main/forrest.build.xml Fri Jun 10 00:59:25 2005
@@ -29,7 +29,7 @@
 
   <property environment="env" />
   <property name="forrest.home"               location="${env.FORREST_HOME}" />
-  <property name="forrest.version"            value="0.7"/>
+  <property name="forrest.version"            value="0.7-dev"/>
 
   <property name="forrest.lib-dir"            location="${forrest.home}/lib"/>
   <property name="forrest.core.lib-dir"       location="${forrest.lib-dir}/core"/>