You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ch...@apache.org on 2019/01/28 21:05:24 UTC

[mesos] branch 1.7.x updated: Updated Mesos version to 1.7.2.

This is an automated email from the ASF dual-hosted git repository.

chhsiao pushed a commit to branch 1.7.x
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/1.7.x by this push:
     new 30549eb  Updated Mesos version to 1.7.2.
30549eb is described below

commit 30549eb0786b9bbc2e3d6ccd931cc48aa0f7edd7
Author: Chun-Hung Hsiao <ch...@mesosphere.io>
AuthorDate: Mon Jan 28 12:24:05 2019 -0800

    Updated Mesos version to 1.7.2.
---
 CMakeLists.txt | 2 +-
 configure.ac   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 84e1cc5..4668394 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ endif ()
 project(Mesos)
 set(MESOS_MAJOR_VERSION 1)
 set(MESOS_MINOR_VERSION 7)
-set(MESOS_PATCH_VERSION 1)
+set(MESOS_PATCH_VERSION 2)
 set(PACKAGE_VERSION
   ${MESOS_MAJOR_VERSION}.${MESOS_MINOR_VERSION}.${MESOS_PATCH_VERSION})
 
diff --git a/configure.ac b/configure.ac
index a8c962f..1e37677 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.7.1])
+AC_INIT([mesos], [1.7.2])
 
 # Have autoconf setup some variables related to the system.
 AC_CANONICAL_HOST