You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by js...@apache.org on 2012/06/21 10:36:11 UTC

svn commit: r1352452 - /incubator/ooo/branches/AOO34/main/solenv/bin/srcrelease.xml

Author: jsc
Date: Thu Jun 21 08:36:10 2012
New Revision: 1352452

URL: http://svn.apache.org/viewvc?rev=1352452&view=rev
Log:
119978: increase version number for src release

Modified:
    incubator/ooo/branches/AOO34/main/solenv/bin/srcrelease.xml

Modified: incubator/ooo/branches/AOO34/main/solenv/bin/srcrelease.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/AOO34/main/solenv/bin/srcrelease.xml?rev=1352452&r1=1352451&r2=1352452&view=diff
==============================================================================
--- incubator/ooo/branches/AOO34/main/solenv/bin/srcrelease.xml (original)
+++ incubator/ooo/branches/AOO34/main/solenv/bin/srcrelease.xml Thu Jun 21 08:36:10 2012
@@ -23,7 +23,7 @@
 
   <property name="out.dir" value="."/>
   <property name="aoo.name" value="aoo"/>
-  <property name="aoo.ver" value="3.4.0"/>
+  <property name="aoo.ver" value="3.4.1"/>
   <property name="release.dir.name" value="${aoo.name}-${aoo.ver}"/>
   <property name="release.file.name" value="${release.dir.name}-incubating-src"/>
   <property name="release.zip" value="${out.dir}/${release.file.name}.zip"/>
@@ -51,7 +51,6 @@
     <echo level="verbose" message="### source.root=${source.root}"/>
     <echo level="verbose" message="### out.dir =${out.dir}"/>
     <zip destfile="${release.zip}">
-
       <zipfileset file="main/NOTICE" fullpath="${release.dir.name}/NOTICE"/>
       <zipfileset file="main/LICENSE" fullpath="${release.dir.name}/LICENSE"/>
       <zipfileset file="main/README" fullpath="${release.dir.name}/README"/>