Repository: mesos
Updated Branches:
  refs/heads/1.6.x d306e9334 -> 03619cb39


Bumped the Mesos version to 1.6.1.


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

Branch: refs/heads/1.6.x
Commit: 03619cb390800e9661199d7571503b12476140ae
Parents: d306e93
Author: Greg Mann <[email protected]>
Authored: Fri May 11 18:15:20 2018 -0700
Committer: Greg Mann <[email protected]>
Committed: Fri May 11 18:15:20 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/03619cb3/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7167b5e..2eb37dd 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 0)
+set(MESOS_PATCH_VERSION 1)
 set(PACKAGE_VERSION
   ${MESOS_MAJOR_VERSION}.${MESOS_MINOR_VERSION}.${MESOS_PATCH_VERSION})
 

http://git-wip-us.apache.org/repos/asf/mesos/blob/03619cb3/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 6e91ecf..56c557a 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.0])
+AC_INIT([mesos], [1.6.1])
 
 # Have autoconf setup some variables related to the system.
 AC_CANONICAL_HOST

Reply via email to