Updated Mesos version to 1.4.1 in CMakeLists.txt.

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

Branch: refs/heads/1.4.x
Commit: c19dfd5f26186a784ddeae0eb85ed41c1e7ea7f8
Parents: 5ec1a7b
Author: Kapil Arya <[email protected]>
Authored: Thu Nov 9 19:47:01 2017 -0500
Committer: Kapil Arya <[email protected]>
Committed: Thu Nov 9 19:53:50 2017 -0500

----------------------------------------------------------------------
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/c19dfd5f/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 75468ab..a739173 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ endif ()
 project(Mesos)
 set(MESOS_MAJOR_VERSION 1)
 set(MESOS_MINOR_VERSION 4)
-set(MESOS_PATCH_VERSION 0)
+set(MESOS_PATCH_VERSION 1)
 set(PACKAGE_VERSION
   ${MESOS_MAJOR_VERSION}.${MESOS_MINOR_VERSION}.${MESOS_PATCH_VERSION})
 

Reply via email to