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 2018/05/11 16:08:33 UTC

[1/2] mesos git commit: Updated configure.ac and CMakeLists.txt to 1.5.1.

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 <so...@gmail.com>
Authored: Fri May 11 09:05:06 2018 -0700
Committer: Gilbert Song <so...@gmail.com>
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


[2/2] mesos git commit: Removed 1.5.1 CHANGELOG's WIP.

Posted by gi...@apache.org.
Removed 1.5.1 CHANGELOG's WIP.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/1b27db1c
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/1b27db1c
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/1b27db1c

Branch: refs/heads/1.5.x
Commit: 1b27db1c406b3460a252aea2ee7c75f3a430e50c
Parents: ccefdd1
Author: Gilbert Song <so...@gmail.com>
Authored: Fri May 11 09:06:46 2018 -0700
Committer: Gilbert Song <so...@gmail.com>
Committed: Fri May 11 09:08:22 2018 -0700

----------------------------------------------------------------------
 CHANGELOG | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/1b27db1c/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 59bb722..c1acd8b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-Release Notes - Mesos - Version 1.5.1 (WIP)
+Release Notes - Mesos - Version 1.5.1
 -------------------------------------------
 * This is a bug fix release.