This is an automated email from the ASF dual-hosted git repository.
andor pushed a commit to branch branch-3.9
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/branch-3.9 by this push:
new ab70c2e1f Update version to 3.9.2 in zookeeper_version.h (C client)
ab70c2e1f is described below
commit ab70c2e1f9a6669dbe9c69bf7df7327363688af7
Author: Andor Molnar <[email protected]>
AuthorDate: Mon Oct 9 09:38:01 2023 +0000
Update version to 3.9.2 in zookeeper_version.h (C client)
---
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 53b360a7b..27ea30c81 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.9.0"
+#define ZOO_VERSION "3.9.2"
#ifdef __cplusplus
}