You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by mp...@apache.org on 2017/05/03 00:15:48 UTC

mesos git commit: Bumped the version to 1.4.0.

Repository: mesos
Updated Branches:
  refs/heads/master 67d55a298 -> 7668df758


Bumped the version to 1.4.0.


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

Branch: refs/heads/master
Commit: 7668df7580a7ae072b52a1343c5e222c98e52e8a
Parents: 67d55a2
Author: Michael Park <mp...@apache.org>
Authored: Tue May 2 17:14:59 2017 -0700
Committer: Michael Park <mp...@apache.org>
Committed: Tue May 2 17:14:59 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/7668df75/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 425d55e..4ba6dd0 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,7 +24,7 @@ endif (NOT WIN32)
 
 project(Mesos)
 set(MESOS_MAJOR_VERSION 1)
-set(MESOS_MINOR_VERSION 3)
+set(MESOS_MINOR_VERSION 4)
 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/7668df75/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 090783a..fe5b20b 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.3.0])
+AC_INIT([mesos], [1.4.0])
 
 # Have autoconf setup some variables related to the system.
 AC_CANONICAL_HOST