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/28 16:16:17 UTC

[mesos] branch 1.10.x updated: Updated Mesos version to 1.10.1.

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

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


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

commit c8a12248fb4885de48dbfa908903d2a28c59c24f
Author: Andrei Sekretenko <as...@apache.org>
AuthorDate: Thu May 28 18:15:48 2020 +0200

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index bac1819..5705817 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ endif ()
 project(Mesos)
 set(MESOS_MAJOR_VERSION 1)
 set(MESOS_MINOR_VERSION 10)
-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 46ca1c7..95d9cd9 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.10.1])
 
 # Have autoconf setup some variables related to the system.
 AC_CANONICAL_HOST