Repository: mesos
Updated Branches:
  refs/heads/1.2.x f954bb01e -> 959125a9c


Bump 1.2.x branch up to 1.2.3.


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

Branch: refs/heads/1.2.x
Commit: 959125a9cb64343a745208fb92e9dd9833212073
Parents: f954bb0
Author: Adam B <a...@mesosphere.io>
Authored: Thu Aug 10 16:22:55 2017 -0700
Committer: Adam B <a...@mesosphere.io>
Committed: Thu Aug 10 16:22:55 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/959125a9/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3fc9d81..a159a75 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 2)
-set(MESOS_PATCH_VERSION 2)
+set(MESOS_PATCH_VERSION 3)
 set(PACKAGE_VERSION
   ${MESOS_MAJOR_VERSION}.${MESOS_MINOR_VERSION}.${MESOS_PATCH_VERSION})
 

http://git-wip-us.apache.org/repos/asf/mesos/blob/959125a9/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index a1a2092..9573303 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.2.2])
+AC_INIT([mesos], [1.2.3])
 
 # Have autoconf setup some variables related to the system.
 AC_CANONICAL_HOST

Reply via email to