You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gi...@apache.org on 2019/07/10 17:32:29 UTC

[mesos] branch 1.5.x updated: Updated configure.ac and cmakelist to 1.5.4.

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

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


The following commit(s) were added to refs/heads/1.5.x by this push:
     new 1490400  Updated configure.ac and cmakelist to 1.5.4.
1490400 is described below

commit 14904009a193636bb715115419bfa2f235beb33f
Author: Gilbert Song <so...@gmail.com>
AuthorDate: Wed Jul 10 10:32:14 2019 -0700

    Updated configure.ac and cmakelist to 1.5.4.
---
 CMakeLists.txt | 2 +-
 configure.ac   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7cedfeb..b4c142a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ endif ()
 project(Mesos)
 set(MESOS_MAJOR_VERSION 1)
 set(MESOS_MINOR_VERSION 5)
-set(MESOS_PATCH_VERSION 3)
+set(MESOS_PATCH_VERSION 4)
 set(PACKAGE_VERSION
   ${MESOS_MAJOR_VERSION}.${MESOS_MINOR_VERSION}.${MESOS_PATCH_VERSION})
 
diff --git a/configure.ac b/configure.ac
index df92b6d..b585597 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.5.3])
+AC_INIT([mesos], [1.5.4])
 
 # Have autoconf setup some variables related to the system.
 AC_CANONICAL_HOST