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/08/10 23:35:36 UTC

mesos git commit: Updated version in configure.ac and CMakeLists.txt.

Repository: mesos
Updated Branches:
  refs/heads/1.0.x 69fe49dc1 -> 8c6e36600


Updated version in configure.ac and CMakeLists.txt.


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

Branch: refs/heads/1.0.x
Commit: 8c6e36600e62e1a4c282356ba91bbb1cf2375e08
Parents: 69fe49d
Author: Vinod Kone <vi...@gmail.com>
Authored: Wed Aug 10 16:35:20 2016 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Wed Aug 10 16:35:20 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/8c6e3660/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 31601a2..92cb6c4 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -21,7 +21,7 @@ cmake_minimum_required(VERSION 2.8)
 project(Mesos)
 set(MESOS_MAJOR_VERSION 1)
 set(MESOS_MINOR_VERSION 0)
-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/8c6e3660/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index b02a62a..c67733f 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.0.0])
+AC_INIT([mesos], [1.0.1])
 
 # Have autoconf setup some variables related to the system.
 AC_CANONICAL_HOST