You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ka...@apache.org on 2017/08/17 23:43:16 UTC

mesos git commit: Bumped version to 1.5.0.

Repository: mesos
Updated Branches:
  refs/heads/master debf115c0 -> 50c8883f9


Bumped version to 1.5.0.


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

Branch: refs/heads/master
Commit: 50c8883f916d1f465774a7c26393f82787e42673
Parents: debf115
Author: Kapil Arya <ka...@mesosphere.io>
Authored: Thu Aug 17 19:40:05 2017 -0400
Committer: Kapil Arya <ka...@mesosphere.io>
Committed: Thu Aug 17 19:41:38 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/50c8883f/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 75468ab..870bd9b 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,7 +24,7 @@ endif ()
 
 project(Mesos)
 set(MESOS_MAJOR_VERSION 1)
-set(MESOS_MINOR_VERSION 4)
+set(MESOS_MINOR_VERSION 5)
 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/50c8883f/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index ee3818d..a6a5eb6 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.4.0])
+AC_INIT([mesos], [1.5.0])
 
 # Have autoconf setup some variables related to the system.
 AC_CANONICAL_HOST