You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by eo...@apache.org on 2019/12/15 15:27:07 UTC

[zookeeper] branch master updated: Change version to 3.7.0 in C client

This is an automated email from the ASF dual-hosted git repository.

eolivelli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 280bcee  Change version to 3.7.0 in C client
280bcee is described below

commit 280bceebcedb29cf58f636931bd975d3622a6c6e
Author: Enrico Olivelli <eo...@apache.org>
AuthorDate: Sun Dec 15 16:26:57 2019 +0100

    Change version to 3.7.0 in C client
---
 zookeeper-client/zookeeper-client-c/CMakeLists.txt              | 2 +-
 zookeeper-client/zookeeper-client-c/configure.ac                | 2 +-
 zookeeper-client/zookeeper-client-c/include/zookeeper_version.h | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/zookeeper-client/zookeeper-client-c/CMakeLists.txt b/zookeeper-client/zookeeper-client-c/CMakeLists.txt
index 06bbf98..a8fe2fd 100644
--- a/zookeeper-client/zookeeper-client-c/CMakeLists.txt
+++ b/zookeeper-client/zookeeper-client-c/CMakeLists.txt
@@ -16,7 +16,7 @@
 
 cmake_minimum_required(VERSION 3.5)
 
-project(zookeeper VERSION 3.6.0)
+project(zookeeper VERSION 3.7.0)
 set(email user@zookeeper.apache.org)
 set(description "zookeeper C client")
 
diff --git a/zookeeper-client/zookeeper-client-c/configure.ac b/zookeeper-client/zookeeper-client-c/configure.ac
index 96ddaec..4657d2e 100644
--- a/zookeeper-client/zookeeper-client-c/configure.ac
+++ b/zookeeper-client/zookeeper-client-c/configure.ac
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.59)
 
-AC_INIT([zookeeper C client],3.6.0,[user@zookeeper.apache.org],[zookeeper])
+AC_INIT([zookeeper C client],3.7.0,[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
diff --git a/zookeeper-client/zookeeper-client-c/include/zookeeper_version.h b/zookeeper-client/zookeeper-client-c/include/zookeeper_version.h
index 63b6a5c..9fa2bae 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.6.0"
+#define ZOO_VERSION "3.7.0"
 
 #ifdef __cplusplus
 }