You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by as...@apache.org on 2020/05/07 13:40:38 UTC

[mesos] branch master updated: Updated Mesos version to 1.11.0.

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

asekretenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/master by this push:
     new cbea4d9  Updated Mesos version to 1.11.0.
cbea4d9 is described below

commit cbea4d9c112ad61ed9d1586d41ab34bbf926ec83
Author: Andrei Sekretenko <as...@apache.org>
AuthorDate: Thu May 7 12:55:00 2020 +0200

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index bac1819..4390aa8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,7 +24,7 @@ endif ()
 
 project(Mesos)
 set(MESOS_MAJOR_VERSION 1)
-set(MESOS_MINOR_VERSION 10)
+set(MESOS_MINOR_VERSION 11)
 set(MESOS_PATCH_VERSION 0)
 set(PACKAGE_VERSION
   ${MESOS_MAJOR_VERSION}.${MESOS_MINOR_VERSION}.${MESOS_PATCH_VERSION})
diff --git a/configure.ac b/configure.ac
index 46ca1c7..a049945 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.10.0])
+AC_INIT([mesos], [1.11.0])
 
 # Have autoconf setup some variables related to the system.
 AC_CANONICAL_HOST