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/11/15 20:20:51 UTC

mesos git commit: Updated version to 1.4.2.

Repository: mesos
Updated Branches:
  refs/heads/1.4.x b2bf5542d -> cf4f4c0e8


Updated version to 1.4.2.


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

Branch: refs/heads/1.4.x
Commit: cf4f4c0e8784bd25912dd1a8e2a01b97756715ea
Parents: b2bf554
Author: Kapil Arya <ka...@mesosphere.io>
Authored: Wed Nov 15 15:20:43 2017 -0500
Committer: Kapil Arya <ka...@mesosphere.io>
Committed: Wed Nov 15 15:20:43 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/cf4f4c0e/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a739173..1742e42 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ endif ()
 project(Mesos)
 set(MESOS_MAJOR_VERSION 1)
 set(MESOS_MINOR_VERSION 4)
-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/cf4f4c0e/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 63dc5ee..c4ee4aa 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.1])
+AC_INIT([mesos], [1.4.2])
 
 # Have autoconf setup some variables related to the system.
 AC_CANONICAL_HOST