git-svn-id: https://svn.apache.org/repos/asf/hadoop/zookeeper/trunk@925362 13f79535-47bb-0310-9956-ffa450edef68
@@ -1,3 +1,18 @@
+Trunk
+
+Non-backward compatible changes:
+BUGFIXES:
+Backward compatible changes:
+IMPROVEMENTS:
+NEW FEATURES:
Release 3.3.0 - 2010-03-24
Non-backward compatible changes:
@@ -24,7 +24,7 @@
<property environment="env"/>
- <property name="version" value="3.3.0" />
+ <property name="version" value="3.4.0" />
<property name="final.name" value="${name}-${version}"/>
<property name="revision.dir" value="${basedir}/.revision" />
<property name="revision.properties" value="revision.properties" />
@@ -67,7 +67,7 @@
<a class="unselected" href="http://wiki.apache.org/hadoop/ZooKeeper">Wiki</a>
</li>
<li class="current">
-<a class="selected" href="index.html">ZooKeeper 3.3 Documentation</a>
+<a class="selected" href="index.html">ZooKeeper 3.4 Documentation</a>
</ul>
<!--+
@@ -3,7 +3,7 @@
AC_PREREQ(2.59)
-AC_INIT([zookeeper C client],3.3.0,[zookeeper-user@hadoop.apache.org],[c-client-src])
+AC_INIT([zookeeper C client],3.4.0,[zookeeper-user@hadoop.apache.org],[c-client-src])
AC_CONFIG_SRCDIR([src/zookeeper.c])
# initialize Doxygen support
@@ -23,7 +23,7 @@ extern "C" {
#endif
#define ZOO_MAJOR_VERSION 3
-#define ZOO_MINOR_VERSION 3
+#define ZOO_MINOR_VERSION 4
#define ZOO_PATCH_VERSION 0
#ifdef __cplusplus
@@ -31,6 +31,6 @@
<tab label="Project" href="http://hadoop.apache.org/zookeeper/" />
<tab label="Wiki" href="http://wiki.apache.org/hadoop/ZooKeeper" />
- <tab label="ZooKeeper 3.3 Documentation" dir="" />
+ <tab label="ZooKeeper 3.4 Documentation" dir="" />
</tabs>