Skip to content

Commit

Permalink
Change version to 3.8.0 in C client
Browse files Browse the repository at this point in the history
  • Loading branch information
ztzg authored and RokLenarcic committed Aug 31, 2022
1 parent 20d25c7 commit a55af33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion zookeeper-client/zookeeper-client-c/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

cmake_minimum_required(VERSION 3.5)

project(zookeeper VERSION 3.7.0)
project(zookeeper VERSION 3.8.0)
set(email [email protected])
set(description "zookeeper C client")

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.7.0,[[email protected]],[zookeeper])
AC_INIT([zookeeper C client],3.8.0,[[email protected]],[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 @@ -22,7 +22,7 @@
extern "C" {
#endif

#define ZOO_VERSION "3.7.0"
#define ZOO_VERSION "3.8.0"

#ifdef __cplusplus
}
Expand Down

0 comments on commit a55af33

Please sign in to comment.