This is an automated email from the ASF dual-hosted git repository. eolivelli pushed a commit to branch fix/ZOOKEEPER-3635-new-release-proc in repository https://gitbox.apache.org/repos/asf/zookeeper.git
commit e3cf5b07670f8e4fe71aa7e7c22138bc842e9ae7 Author: Enrico Olivelli <[email protected]> AuthorDate: Sat Nov 30 13:45:04 2019 +0100 Released 3.6.0-SNAPSHOT --- zookeeper-client/zookeeper-client-c/CMakeLists.txt | 2 +- zookeeper-client/zookeeper-client-c/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zookeeper-client/zookeeper-client-c/CMakeLists.txt b/zookeeper-client/zookeeper-client-c/CMakeLists.txt index b010b16..d668dfc 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.6.0-SNAPSHOT set(email [email protected]) set(description "zookeeper C client") diff --git a/zookeeper-client/zookeeper-client-c/configure.ac b/zookeeper-client/zookeeper-client-c/configure.ac index 1ecd17d..e56c3fc 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,[[email protected]],[zookeeper]) +AC_INIT([zookeeper C client],3.6.0-SNAPSHOT,[[email protected]],[zookeeper]) AC_CONFIG_SRCDIR([src/zookeeper.c]) # Save initial CFLAGS and CXXFLAGS values before AC_PROG_CC and AC_PROG_CXX
