Repository: mesos
Updated Branches:
  refs/heads/master 44c132182 -> c692354d0


Updated Mesos version to 1.7.0.


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

Branch: refs/heads/master
Commit: c692354d0f374de0c94cd04e8e1f7f00a1a1ba36
Parents: 44c1321
Author: Greg Mann <[email protected]>
Authored: Mon May 7 14:24:22 2018 -0700
Committer: Greg Mann <[email protected]>
Committed: Mon May 7 14:24:22 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/c692354d/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7167b5e..d7d3c59 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,7 +24,7 @@ endif ()
 
 project(Mesos)
 set(MESOS_MAJOR_VERSION 1)
-set(MESOS_MINOR_VERSION 6)
+set(MESOS_MINOR_VERSION 7)
 set(MESOS_PATCH_VERSION 0)
 set(PACKAGE_VERSION
   ${MESOS_MAJOR_VERSION}.${MESOS_MINOR_VERSION}.${MESOS_PATCH_VERSION})

http://git-wip-us.apache.org/repos/asf/mesos/blob/c692354d/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 6e91ecf..429797c 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.7.0])
 
 # Have autoconf setup some variables related to the system.
 AC_CANONICAL_HOST

Reply via email to