Repository: mesos
Updated Branches:
  refs/heads/1.0.x 041249f69 -> 56529fa99


Updated configure.ac and CMakeLists.txt to 1.0.2.


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

Branch: refs/heads/1.0.x
Commit: 5ee93ea953d20733e876220d31b91ec414c73af1
Parents: 041249f
Author: Vinod Kone <vinodk...@gmail.com>
Authored: Tue Oct 18 13:30:19 2016 -0700
Committer: Vinod Kone <vinodk...@gmail.com>
Committed: Tue Oct 18 13:30:19 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/5ee93ea9/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 92cb6c4..2774cdd 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -21,7 +21,7 @@ cmake_minimum_required(VERSION 2.8)
 project(Mesos)
 set(MESOS_MAJOR_VERSION 1)
 set(MESOS_MINOR_VERSION 0)
-set(MESOS_PATCH_VERSION 1)
+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/5ee93ea9/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index c67733f..97d5815 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.0.1])
+AC_INIT([mesos], [1.0.2])
 
 # Have autoconf setup some variables related to the system.
 AC_CANONICAL_HOST

Reply via email to