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 06eb5ba Updated Mesos version to 1.7.1.
06eb5ba is described below
commit 06eb5bad486236ac557927a50386e4587034206c
Author: Chun-Hung Hsiao <[email protected]>
AuthorDate: Wed Sep 19 12:13:13 2018 -0700
Updated Mesos version to 1.7.1.
---
CMakeLists.txt | 2 +-
configure.ac | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d7d3c59..84e1cc5 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 0)
+set(MESOS_PATCH_VERSION 1)
set(PACKAGE_VERSION
${MESOS_MAJOR_VERSION}.${MESOS_MINOR_VERSION}.${MESOS_PATCH_VERSION})
diff --git a/configure.ac b/configure.ac
index 056e440..a8c962f 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.0])
+AC_INIT([mesos], [1.7.1])
# Have autoconf setup some variables related to the system.
AC_CANONICAL_HOST