You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/06/23 04:34:24 UTC

svn commit: r193053 - in /forrest/trunk/main: build.xml forrest.build.xml

Author: crossley
Date: Wed Jun 22 19:34:23 2005
New Revision: 193053

URL: http://svn.apache.org/viewcvs?rev=193053&view=rev
Log:
Update version numbers to 0.8-dev

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

Modified: forrest/trunk/main/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/build.xml?rev=193053&r1=193052&r2=193053&view=diff
==============================================================================
--- forrest/trunk/main/build.xml (original)
+++ forrest/trunk/main/build.xml Wed Jun 22 19:34:23 2005
@@ -42,7 +42,7 @@
     <property name="build.compiler.vm"          value="1.2"/>
    
     <property name="name" value="apache-forrest"/>
-    <property name="forrest.version" value="0.7"/>
+    <property name="forrest.version" value="0.8-dev"/>
     <property name="forrest.home" location=".."/>
     <property name="forrest.core" location="."/>
 

Modified: forrest/trunk/main/forrest.build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/forrest.build.xml?rev=193053&r1=193052&r2=193053&view=diff
==============================================================================
--- forrest/trunk/main/forrest.build.xml (original)
+++ forrest/trunk/main/forrest.build.xml Wed Jun 22 19:34:23 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.8-dev"/>
 
   <property name="forrest.lib-dir"            location="${forrest.home}/lib"/>
   <property name="forrest.core.lib-dir"       location="${forrest.lib-dir}/core"/>
@@ -57,7 +57,7 @@
   <description>
     *=======================================================*
     |                 Forrest Site Builder                  |
-    |                        0.7                            |
+    |                        0.8-dev                        |
     *=======================================================*
 
              Call this through the 'forrest' command