Repository: mesos Updated Branches: refs/heads/1.5.x 551e883fc -> 1b27db1c4
Updated configure.ac and CMakeLists.txt to 1.5.1. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/ccefdd1b Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/ccefdd1b Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/ccefdd1b Branch: refs/heads/1.5.x Commit: ccefdd1b8c13ea5cb59991c46a8cf6a8e51bde27 Parents: 551e883 Author: Gilbert Song <[email protected]> Authored: Fri May 11 09:05:06 2018 -0700 Committer: Gilbert Song <[email protected]> Committed: Fri May 11 09:05:06 2018 -0700 ---------------------------------------------------------------------- CMakeLists.txt | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/ccefdd1b/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/CMakeLists.txt b/CMakeLists.txt index e08fcef..8a7d063 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 0) +set(MESOS_PATCH_VERSION 1) set(PACKAGE_VERSION ${MESOS_MAJOR_VERSION}.${MESOS_MINOR_VERSION}.${MESOS_PATCH_VERSION}) http://git-wip-us.apache.org/repos/asf/mesos/blob/ccefdd1b/configure.ac ---------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index 6abec5f..f279fe0 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.0]) +AC_INIT([mesos], [1.5.1]) # Have autoconf setup some variables related to the system. AC_CANONICAL_HOST
