You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2019/07/18 13:06:51 UTC

[mesos] branch 1.8.x updated: Update version numbers and CHANGELOG after 1.8.1 release.

This is an automated email from the ASF dual-hosted git repository.

bennoe pushed a commit to branch 1.8.x
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/1.8.x by this push:
     new 6ecaa51  Update version numbers and CHANGELOG after 1.8.1 release.
6ecaa51 is described below

commit 6ecaa5106ffd5b2f712854e97b5386741b1d14a7
Author: Benno Evers <be...@mesosphere.com>
AuthorDate: Thu Jul 18 15:04:24 2019 +0200

    Update version numbers and CHANGELOG after 1.8.1 release.
---
 CMakeLists.txt | 2 +-
 configure.ac   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 44a6081..98daae6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ endif ()
 project(Mesos)
 set(MESOS_MAJOR_VERSION 1)
 set(MESOS_MINOR_VERSION 8)
-set(MESOS_PATCH_VERSION 1)
+set(MESOS_PATCH_VERSION 2)
 set(PACKAGE_VERSION
   ${MESOS_MAJOR_VERSION}.${MESOS_MINOR_VERSION}.${MESOS_PATCH_VERSION})
 
diff --git a/configure.ac b/configure.ac
index 649003b..e73b88a 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.1])
+AC_INIT([mesos], [1.8.2])
 
 # Have autoconf setup some variables related to the system.
 AC_CANONICAL_HOST