Skip to content

Commit 9f1735b

Browse files
committed
Prepare for the next release: update the version to 3.4.15-SNAPSHOT
1 parent 927d0e4 commit 9f1735b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle">
7575

7676
<property environment="env"/>
7777

78-
<property name="version" value="3.4.14-SNAPSHOT" />
78+
<property name="version" value="3.4.15-SNAPSHOT" />
7979
<property name="final.name" value="${name}-${version}"/>
8080
<property name="revision.dir" value="${basedir}/.revision" />
8181
<property name="revision.properties" value="revision.properties" />

zookeeper-client/zookeeper-client-c/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
cmake_minimum_required(VERSION 3.6)
1818

19-
project(zookeeper VERSION 3.4.13)
19+
project(zookeeper VERSION 3.4.14)
2020
set(email user@zookeeper.apache.org)
2121
set(description "zookeeper C client")
2222

zookeeper-client/zookeeper-client-c/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
AC_PREREQ(2.59)
55

6-
AC_INIT([zookeeper C client],3.4.13,[user@zookeeper.apache.org],[zookeeper])
6+
AC_INIT([zookeeper C client],3.4.14,[user@zookeeper.apache.org],[zookeeper])
77
AC_CONFIG_SRCDIR([src/zookeeper.c])
88

99
# Save initial CFLAGS and CXXFLAGS values before AC_PROG_CC and AC_PROG_CXX

zookeeper-client/zookeeper-client-c/include/zookeeper_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ extern "C" {
2424

2525
#define ZOO_MAJOR_VERSION 3
2626
#define ZOO_MINOR_VERSION 4
27-
#define ZOO_PATCH_VERSION 12
27+
#define ZOO_PATCH_VERSION 14
2828

2929
#ifdef __cplusplus
3030
}

0 commit comments

Comments
 (0)