This is an automated email from the ASF dual-hosted git repository.

symat pushed a commit to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/branch-3.5 by this push:
     new 4218ea0  fix version number in C client (zookeeper_version.h)
4218ea0 is described below

commit 4218ea0f0390095b34d61b17d501f13ad78c40fe
Author: Mate Szalay-Beko <[email protected]>
AuthorDate: Mon May 4 16:15:34 2020 +0200

    fix version number in C client (zookeeper_version.h)
---
 zookeeper-client/zookeeper-client-c/include/zookeeper_version.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zookeeper-client/zookeeper-client-c/include/zookeeper_version.h 
b/zookeeper-client/zookeeper-client-c/include/zookeeper_version.h
index 0bb1ab2..1d338bc 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 5
-#define ZOO_PATCH_VERSION 8
+#define ZOO_PATCH_VERSION 9
 
 #ifdef __cplusplus
 }

Reply via email to