浏览代码

Change version to 3.8.0 in C client

Damien Diederen 4 年之前
父节点
当前提交
86fcb5a00f

+ 1 - 1
zookeeper-client/zookeeper-client-c/CMakeLists.txt

@@ -16,7 +16,7 @@
 
 
 cmake_minimum_required(VERSION 3.5)
 cmake_minimum_required(VERSION 3.5)
 
 
-project(zookeeper VERSION 3.7.0)
+project(zookeeper VERSION 3.8.0)
 set(email user@zookeeper.apache.org)
 set(email user@zookeeper.apache.org)
 set(description "zookeeper C client")
 set(description "zookeeper C client")
 
 

+ 1 - 1
zookeeper-client/zookeeper-client-c/configure.ac

@@ -3,7 +3,7 @@
 
 
 AC_PREREQ(2.59)
 AC_PREREQ(2.59)
 
 
-AC_INIT([zookeeper C client],3.7.0,[user@zookeeper.apache.org],[zookeeper])
+AC_INIT([zookeeper C client],3.8.0,[user@zookeeper.apache.org],[zookeeper])
 AC_CONFIG_SRCDIR([src/zookeeper.c])
 AC_CONFIG_SRCDIR([src/zookeeper.c])
 
 
 # Save initial CFLAGS and CXXFLAGS values before AC_PROG_CC and AC_PROG_CXX
 # Save initial CFLAGS and CXXFLAGS values before AC_PROG_CC and AC_PROG_CXX

+ 1 - 1
zookeeper-client/zookeeper-client-c/include/zookeeper_version.h

@@ -22,7 +22,7 @@
 extern "C" {
 extern "C" {
 #endif
 #endif
 
 
-#define ZOO_VERSION "3.7.0"
+#define ZOO_VERSION "3.8.0"
 
 
 #ifdef __cplusplus
 #ifdef __cplusplus
 }
 }