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/03/04 02:22:20 UTC

mesos git commit: Updated configue.ac and CMakeLists.txt to 0.29.0.

Repository: mesos
Updated Branches:
  refs/heads/master ab1ec6a0d -> 567323012


Updated configue.ac and CMakeLists.txt to 0.29.0.


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

Branch: refs/heads/master
Commit: 567323012375ffb118c185c398b85c3f69b014b9
Parents: ab1ec6a
Author: Vinod Kone <vi...@gmail.com>
Authored: Thu Mar 3 17:21:53 2016 -0800
Committer: Vinod Kone <vi...@gmail.com>
Committed: Thu Mar 3 17:21:53 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/56732301/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 54b1da7..a5f7da7 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 28)
+set(MESOS_MINOR_VERSION 29)
 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/56732301/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index b045d3c..a20382e 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.28.0])
+AC_INIT([mesos], [0.29.0])
 
 # Have autoconf setup some variables related to the system.
 AC_CANONICAL_HOST