Repository: mesos
Updated Branches:
  refs/heads/1.2.x a62d0155f -> f575c586b


Updated version to 1.2.1.


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

Branch: refs/heads/1.2.x
Commit: f575c586b235879b63e2841e14544b098e157ea2
Parents: a62d015
Author: Adam B <[email protected]>
Authored: Wed Mar 8 01:44:39 2017 -0800
Committer: Adam B <[email protected]>
Committed: Wed Mar 8 01:47:08 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/f575c586/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f234a93..d0faffa 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 0)
+set(MESOS_PATCH_VERSION 1)
 set(PACKAGE_VERSION
   ${MESOS_MAJOR_VERSION}.${MESOS_MINOR_VERSION}.${MESOS_PATCH_VERSION})
 

http://git-wip-us.apache.org/repos/asf/mesos/blob/f575c586/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 19b924b..546962b 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.0])
+AC_INIT([mesos], [1.2.1])
 
 # Have autoconf setup some variables related to the system.
 AC_CANONICAL_HOST

Reply via email to