You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by tn...@apache.org on 2016/01/27 07:26:04 UTC

mesos git commit: Updated Mesos version to 0.28.0.

Repository: mesos
Updated Branches:
  refs/heads/master 14b9717f2 -> 65166763e


Updated Mesos version to 0.28.0.


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

Branch: refs/heads/master
Commit: 65166763e3677fce95a1b9f9556387144bec951b
Parents: 14b9717
Author: Timothy Chen <tn...@apache.org>
Authored: Tue Jan 26 22:21:34 2016 -0800
Committer: Timothy Chen <tn...@apache.org>
Committed: Tue Jan 26 22:22:07 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/65166763/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9b7044b..d828b75 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,7 +20,7 @@ cmake_minimum_required(VERSION 2.8)
 
 project(Mesos)
 set(MESOS_MAJOR_VERSION 0)
-set(MESOS_MINOR_VERSION 27)
+set(MESOS_MINOR_VERSION 28)
 set(MESOS_PATCH_VERSION 0)
 set(PACKAGE_VERSION
   ${MESOS_MAJOR_VERSION}.${MESOS_MINOR_VERSION}.${MESOS_PATCH_VERSION})

http://git-wip-us.apache.org/repos/asf/mesos/blob/65166763/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 70d1687..cb39c7f 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.0])
+AC_INIT([mesos], [0.28.0])
 
 # Have autoconf setup some variables related to the system.
 AC_CANONICAL_HOST