You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by ma...@apache.org on 2012/09/30 19:52:02 UTC

svn commit: r1392089 - /zookeeper/branches/branch-3.4/build.xml

Author: mahadev
Date: Sun Sep 30 17:52:02 2012
New Revision: 1392089

URL: http://svn.apache.org/viewvc?rev=1392089&view=rev
Log:
Preparing for 3.4.5 - take 2

Modified:
    zookeeper/branches/branch-3.4/build.xml

Modified: zookeeper/branches/branch-3.4/build.xml
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.4/build.xml?rev=1392089&r1=1392088&r2=1392089&view=diff
==============================================================================
--- zookeeper/branches/branch-3.4/build.xml (original)
+++ zookeeper/branches/branch-3.4/build.xml Sun Sep 30 17:52:02 2012
@@ -24,7 +24,7 @@
 
     <property environment="env"/>
     
-    <property name="version" value="3.4.4" />
+    <property name="version" value="3.4.5" />
     <property name="final.name" value="${name}-${version}"/>
     <property name="revision.dir" value="${basedir}/.revision" />
     <property name="revision.properties" value="revision.properties" />