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 2018/08/21 13:01:02 UTC

[mesos] branch 1.4.x updated: Bumped the Mesos version to 1.4.3.

This is an automated email from the ASF dual-hosted git repository.

kapil pushed a commit to branch 1.4.x
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/1.4.x by this push:
     new 0d78a84  Bumped the Mesos version to 1.4.3.
0d78a84 is described below

commit 0d78a8405067801ede1bcaa80575421066afbe37
Author: Kapil Arya <ka...@mesosphere.io>
AuthorDate: Tue Aug 21 09:00:54 2018 -0400

    Bumped the Mesos version to 1.4.3.
---
 CMakeLists.txt | 2 +-
 configure.ac   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1742e42..a4e29d4 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 2)
+set(MESOS_PATCH_VERSION 3)
 set(PACKAGE_VERSION
   ${MESOS_MAJOR_VERSION}.${MESOS_MINOR_VERSION}.${MESOS_PATCH_VERSION})
 
diff --git a/configure.ac b/configure.ac
index c4ee4aa..056db31 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.2])
+AC_INIT([mesos], [1.4.3])
 
 # Have autoconf setup some variables related to the system.
 AC_CANONICAL_HOST