You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2016/04/25 23:36:24 UTC

[43/48] mesos git commit: Updated Mesos version to 0.27.2.

Updated Mesos version to 0.27.2.


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

Branch: refs/heads/0.27.x
Commit: c832e4abceadd0ac4e52f1090a8ea4a574a84b11
Parents: 864fe8e
Author: Michael Park <mp...@apache.org>
Authored: Fri Feb 26 18:56:14 2016 -0800
Committer: Michael Park <mp...@apache.org>
Committed: Fri Feb 26 18:56:14 2016 -0800

----------------------------------------------------------------------
 CMakeLists.txt | 2 +-
 configure.ac   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/c832e4ab/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 53a44c5..3c86e27 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -21,7 +21,7 @@ cmake_minimum_required(VERSION 2.8)
 project(Mesos)
 set(MESOS_MAJOR_VERSION 0)
 set(MESOS_MINOR_VERSION 27)
-set(MESOS_PATCH_VERSION 1)
+set(MESOS_PATCH_VERSION 2)
 set(PACKAGE_VERSION
   ${MESOS_MAJOR_VERSION}.${MESOS_MINOR_VERSION}.${MESOS_PATCH_VERSION})
 

http://git-wip-us.apache.org/repos/asf/mesos/blob/c832e4ab/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 259a4f0..9ed181f 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], [0.27.1])
+AC_INIT([mesos], [0.27.2])
 
 # Have autoconf setup some variables related to the system.
 AC_CANONICAL_HOST