This is an automated email from the ASF dual-hosted git repository. andor pushed a commit to branch branch-3.4 in repository https://gitbox.apache.org/repos/asf/zookeeper.git
commit 9f1735bb90cc5a1feacba373d067dd748df55515 Author: Andor Molnar <[email protected]> AuthorDate: Wed Feb 6 14:45:34 2019 +0100 Prepare for the next release: update the version to 3.4.15-SNAPSHOT --- build.xml | 2 +- zookeeper-client/zookeeper-client-c/CMakeLists.txt | 2 +- zookeeper-client/zookeeper-client-c/configure.ac | 2 +- zookeeper-client/zookeeper-client-c/include/zookeeper_version.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index 712c761..a7e59b5 100644 --- a/build.xml +++ b/build.xml @@ -75,7 +75,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle"> <property environment="env"/> - <property name="version" value="3.4.14-SNAPSHOT" /> + <property name="version" value="3.4.15-SNAPSHOT" /> <property name="final.name" value="${name}-${version}"/> <property name="revision.dir" value="${basedir}/.revision" /> <property name="revision.properties" value="revision.properties" /> diff --git a/zookeeper-client/zookeeper-client-c/CMakeLists.txt b/zookeeper-client/zookeeper-client-c/CMakeLists.txt index ae9a559..860888c 100644 --- a/zookeeper-client/zookeeper-client-c/CMakeLists.txt +++ b/zookeeper-client/zookeeper-client-c/CMakeLists.txt @@ -16,7 +16,7 @@ cmake_minimum_required(VERSION 3.6) -project(zookeeper VERSION 3.4.13) +project(zookeeper VERSION 3.4.14) set(email [email protected]) set(description "zookeeper C client") diff --git a/zookeeper-client/zookeeper-client-c/configure.ac b/zookeeper-client/zookeeper-client-c/configure.ac index 51dcfcd..2b18c9c 100644 --- a/zookeeper-client/zookeeper-client-c/configure.ac +++ b/zookeeper-client/zookeeper-client-c/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.59) -AC_INIT([zookeeper C client],3.4.13,[[email protected]],[zookeeper]) +AC_INIT([zookeeper C client],3.4.14,[[email protected]],[zookeeper]) AC_CONFIG_SRCDIR([src/zookeeper.c]) # Save initial CFLAGS and CXXFLAGS values before AC_PROG_CC and AC_PROG_CXX diff --git a/zookeeper-client/zookeeper-client-c/include/zookeeper_version.h b/zookeeper-client/zookeeper-client-c/include/zookeeper_version.h index 518f7e6..057cf2a 100644 --- a/zookeeper-client/zookeeper-client-c/include/zookeeper_version.h +++ b/zookeeper-client/zookeeper-client-c/include/zookeeper_version.h @@ -24,7 +24,7 @@ extern "C" { #define ZOO_MAJOR_VERSION 3 #define ZOO_MINOR_VERSION 4 -#define ZOO_PATCH_VERSION 12 +#define ZOO_PATCH_VERSION 14 #ifdef __cplusplus }
