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 94686d5  Updated version to 1.5.2 in configure.ac and CMakeLists.txt.
94686d5 is described below

commit 94686d5b6104500f7d53e6e4ffe0c1d7d31c610c
Author: Gilbert Song <songzihao1...@gmail.com>
AuthorDate: Fri Oct 19 16:56:20 2018 -0700

    Updated version to 1.5.2 in configure.ac and CMakeLists.txt.
---
 CMakeLists.txt | 2 +-
 configure.ac   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8a7d063..ec1aab0 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 1)
+set(MESOS_PATCH_VERSION 2)
 set(PACKAGE_VERSION
   ${MESOS_MAJOR_VERSION}.${MESOS_MINOR_VERSION}.${MESOS_PATCH_VERSION})
 
diff --git a/configure.ac b/configure.ac
index db87902..1d654f4 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.1])
+AC_INIT([mesos], [1.5.2])
 
 # Have autoconf setup some variables related to the system.
 AC_CANONICAL_HOST

Reply via email to