You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by ha...@apache.org on 2018/03/26 02:17:05 UTC

zookeeper git commit: ZOOKEEPER-2998: CMake declares incorrect ZooKeeper version

Repository: zookeeper
Updated Branches:
  refs/heads/master 8cfca3add -> 29a892907


ZOOKEEPER-2998: CMake declares incorrect ZooKeeper version

This was not updated for the current development branch; it should be
3.6.0.

Author: Andrew Schwartzmeyer <an...@schwartzmeyer.com>

Reviewers: Michael Han <ha...@apache.org>

Closes #484 from andschwa/ZOOKEEPER-2998


Project: http://git-wip-us.apache.org/repos/asf/zookeeper/repo
Commit: http://git-wip-us.apache.org/repos/asf/zookeeper/commit/29a89290
Tree: http://git-wip-us.apache.org/repos/asf/zookeeper/tree/29a89290
Diff: http://git-wip-us.apache.org/repos/asf/zookeeper/diff/29a89290

Branch: refs/heads/master
Commit: 29a892907eb175adc0c6908a1fde3e7bf8d655b6
Parents: 8cfca3a
Author: Andrew Schwartzmeyer <an...@schwartzmeyer.com>
Authored: Sun Mar 25 19:16:35 2018 -0700
Committer: Michael Han <ha...@apache.org>
Committed: Sun Mar 25 19:16:35 2018 -0700

----------------------------------------------------------------------
 src/c/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zookeeper/blob/29a89290/src/c/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/src/c/CMakeLists.txt b/src/c/CMakeLists.txt
index a194c8e..05e5412 100644
--- a/src/c/CMakeLists.txt
+++ b/src/c/CMakeLists.txt
@@ -16,7 +16,7 @@
 
 cmake_minimum_required(VERSION 3.6)
 
-project(zookeeper VERSION 3.5.3)
+project(zookeeper VERSION 3.6.0)
 set(email user@zookeeper.apache.org)
 set(description "zookeeper C client")