Repository: mesos
Updated Branches:
  refs/heads/1.0.x 84118f177 -> 71e41f166


Updated Mesos version to 1.0.4.


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

Branch: refs/heads/1.0.x
Commit: 71e41f166f671c988e36c1bf04728ec3589eb509
Parents: 84118f1
Author: Vinod Kone <vinodk...@gmail.com>
Authored: Mon Apr 17 15:15:18 2017 -0700
Committer: Vinod Kone <vinodk...@gmail.com>
Committed: Mon Apr 17 15:15:18 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/71e41f16/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1d64708..e9a33ef 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 3)
+set(MESOS_PATCH_VERSION 4)
 set(PACKAGE_VERSION
   ${MESOS_MAJOR_VERSION}.${MESOS_MINOR_VERSION}.${MESOS_PATCH_VERSION})
 

http://git-wip-us.apache.org/repos/asf/mesos/blob/71e41f16/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index ddbf68b..b1d6468 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.3])
+AC_INIT([mesos], [1.0.4])
 
 # Have autoconf setup some variables related to the system.
 AC_CANONICAL_HOST

Reply via email to