This is an automated email from the ASF dual-hosted git repository.
bennoe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git
The following commit(s) were added to refs/heads/master by this push:
new 3d1c435 Updated Mesos version to 1.9.0.
3d1c435 is described below
commit 3d1c43599471a0717b7ee80bd2623f40bb526965
Author: Benno Evers <[email protected]>
AuthorDate: Fri Apr 5 23:18:59 2019 +0200
Updated Mesos version to 1.9.0.
---
CMakeLists.txt | 2 +-
configure.ac | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f2885fa..65bfbac 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,7 +24,7 @@ endif ()
project(Mesos)
set(MESOS_MAJOR_VERSION 1)
-set(MESOS_MINOR_VERSION 8)
+set(MESOS_MINOR_VERSION 9)
set(MESOS_PATCH_VERSION 0)
set(PACKAGE_VERSION
${MESOS_MAJOR_VERSION}.${MESOS_MINOR_VERSION}.${MESOS_PATCH_VERSION})
diff --git a/configure.ac b/configure.ac
index a367c28..459713a 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.8.0])
+AC_INIT([mesos], [1.9.0])
# Have autoconf setup some variables related to the system.
AC_CANONICAL_HOST