Repository: mesos
Updated Branches:
  refs/heads/1.6.x 70649a220 -> 2bc0086db


Bumped the Mesos version to 1.6.2.


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

Branch: refs/heads/1.6.x
Commit: 2bc0086db5e1e942951a9fd5165f8f48c7724b42
Parents: 70649a2
Author: Greg Mann <[email protected]>
Authored: Wed Jul 25 10:06:44 2018 -0700
Committer: Greg Mann <[email protected]>
Committed: Wed Jul 25 10:06:44 2018 -0700

----------------------------------------------------------------------
 CMakeLists.txt | 2 +-
 configure.ac   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/2bc0086d/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2eb37dd..51a24dc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ endif ()
 project(Mesos)
 set(MESOS_MAJOR_VERSION 1)
 set(MESOS_MINOR_VERSION 6)
-set(MESOS_PATCH_VERSION 1)
+set(MESOS_PATCH_VERSION 2)
 set(PACKAGE_VERSION
   ${MESOS_MAJOR_VERSION}.${MESOS_MINOR_VERSION}.${MESOS_PATCH_VERSION})
 

http://git-wip-us.apache.org/repos/asf/mesos/blob/2bc0086d/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 56c557a..9ecf677 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.61])
-AC_INIT([mesos], [1.6.1])
+AC_INIT([mesos], [1.6.2])
 
 # Have autoconf setup some variables related to the system.
 AC_CANONICAL_HOST

Reply via email to