Skip to content

Commit

Permalink
ZK c client version 3.5.9-p3
Browse files Browse the repository at this point in the history
  • Loading branch information
namsic authored and jhpark816 committed Jul 21, 2023
1 parent 8d8ac8b commit 69f59e0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2023-07-21 [version 3.5.9-p3]
* C library: Change name of version API on C client
* Bump guava in /zookeeper-contrib/zookeeper-contrib-zooinspector

2022-11-24 [version 3.5.9-p2]
* C library: Add zoo_get_version() function.
* C library: Add release flag to show the version in library file.
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-client/zookeeper-client-c/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

AC_PREREQ(2.59)

AC_INIT([zookeeper C client],3.5.9-p2,[user@zookeeper.apache.org],[zookeeper])
AC_INIT([zookeeper C client],3.5.9-p3,[user@zookeeper.apache.org],[zookeeper])
AC_CONFIG_SRCDIR([src/zookeeper.c])

# Save initial CFLAGS and CXXFLAGS values before AC_PROG_CC and AC_PROG_CXX
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ extern "C" {
#define ZOO_MAJOR_VERSION 3
#define ZOO_MINOR_VERSION 5
#define ZOO_PATCH_VERSION 9
#define ZOO_INHOUSE_VERSION 2
#define ZOO_INHOUSE_VERSION 3

#define ZOO_VERSION "3.5.9-p2"
#define ZOO_VERSION "3.5.9-p3"

#ifdef __cplusplus
}
Expand Down

0 comments on commit 69f59e0

Please sign in to comment.