This is an automated email from the ASF dual-hosted git repository.
andor pushed a commit to branch branch-3.8
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/branch-3.8 by this push:
new 9a4de9d15 Update version in zookeeper_version.h to 3.8.4
9a4de9d15 is described below
commit 9a4de9d159e68f71929d0411bffbb51161721e1c
Author: Andor Molnar <[email protected]>
AuthorDate: Mon Oct 9 09:49:43 2023 +0000
Update version in zookeeper_version.h to 3.8.4
---
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 03d5928b3..8b95b3118 100644
--- a/zookeeper-client/zookeeper-client-c/include/zookeeper_version.h
+++ b/zookeeper-client/zookeeper-client-c/include/zookeeper_version.h
@@ -22,7 +22,7 @@
extern "C" {
#endif
-#define ZOO_VERSION "3.8.0"
+#define ZOO_VERSION "3.8.4"
#ifdef __cplusplus
}