Repository: mesos
Updated Branches:
  refs/heads/master 3dbddf714 -> bce515f3d


Updated CMakeLists.txt in preparation of 1.2.0.


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

Branch: refs/heads/master
Commit: bce515f3da99ccc40a35d2410775d82997f1f97c
Parents: 3dbddf7
Author: Till Toenshoff <toensh...@me.com>
Authored: Tue Oct 18 21:23:30 2016 +0200
Committer: Till Toenshoff <toensh...@me.com>
Committed: Tue Oct 18 21:23:50 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/bce515f3/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ee8f565..1362d65 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,7 +20,7 @@ cmake_minimum_required(VERSION 2.8)
 
 project(Mesos)
 set(MESOS_MAJOR_VERSION 1)
-set(MESOS_MINOR_VERSION 1)
+set(MESOS_MINOR_VERSION 2)
 set(MESOS_PATCH_VERSION 0)
 set(PACKAGE_VERSION
   ${MESOS_MAJOR_VERSION}.${MESOS_MINOR_VERSION}.${MESOS_PATCH_VERSION})

Reply via email to