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/07/29 00:48:12 UTC

mesos git commit: Bumped the version to 1.3.2.

Repository: mesos
Updated Branches:
  refs/heads/1.3.x 1beaede8c -> f38bfbf34


Bumped the version to 1.3.2.


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

Branch: refs/heads/1.3.x
Commit: f38bfbf34e730c623ab608bde9e3c605bbf350d5
Parents: 1beaede
Author: Michael Park <mp...@apache.org>
Authored: Fri Jul 28 17:47:59 2017 -0700
Committer: Michael Park <mp...@apache.org>
Committed: Fri Jul 28 17:47: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/f38bfbf3/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 425d55e..490d3fe 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ endif (NOT WIN32)
 project(Mesos)
 set(MESOS_MAJOR_VERSION 1)
 set(MESOS_MINOR_VERSION 3)
-set(MESOS_PATCH_VERSION 0)
+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/f38bfbf3/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index ce9e3c0..a3988f4 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.1])
+AC_INIT([mesos], [1.3.2])
 
 # Have autoconf setup some variables related to the system.
 AC_CANONICAL_HOST