You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2011/12/17 04:16:33 UTC

svn commit: r1215389 - /incubator/lcf/branches/release-0.4-incubating-branch/build.xml

Author: kwright
Date: Sat Dec 17 03:16:33 2011
New Revision: 1215389

URL: http://svn.apache.org/viewvc?rev=1215389&view=rev
Log:
Set release version to non-dev

Modified:
    incubator/lcf/branches/release-0.4-incubating-branch/build.xml

Modified: incubator/lcf/branches/release-0.4-incubating-branch/build.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.4-incubating-branch/build.xml?rev=1215389&r1=1215388&r2=1215389&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.4-incubating-branch/build.xml (original)
+++ incubator/lcf/branches/release-0.4-incubating-branch/build.xml Sat Dec 17 03:16:33 2011
@@ -3495,7 +3495,7 @@
     <target name="doc" depends="deliver-site-doc"/>
     
     <target name="set-version">
-      <property name="release-version" value="0.4-incubating-dev"/>
+      <property name="release-version" value="0.4-incubating"/>
     </target>
     
     <target name="create-source-zip" depends="set-version">