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

[mesos] branch 1.9.x updated: Updated Mesos version to 1.9.1.

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

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


The following commit(s) were added to refs/heads/1.9.x by this push:
     new d8b19b3  Updated Mesos version to 1.9.1.
d8b19b3 is described below

commit d8b19b3311699767515d668bd68e85dd06b70286
Author: Qian Zhang <zh...@gmail.com>
AuthorDate: Thu Sep 5 16:43:41 2019 +0800

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 65bfbac..5dec4ee 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ endif ()
 project(Mesos)
 set(MESOS_MAJOR_VERSION 1)
 set(MESOS_MINOR_VERSION 9)
-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 ae40d56..033431d 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.9.0])
+AC_INIT([mesos], [1.9.1])
 
 # Have autoconf setup some variables related to the system.
 AC_CANONICAL_HOST