You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2014/05/29 21:03:50 UTC

git commit: Cut 0.19.0 off of master.

Repository: mesos
Updated Branches:
  refs/heads/master 78e4050c3 -> 7c338b1c4


Cut 0.19.0 off of master.

Review: https://reviews.apache.org/r/22028


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

Branch: refs/heads/master
Commit: 7c338b1c49eb533dda15ef3ecf3567a5a4ef0c63
Parents: 78e4050
Author: Benjamin Mahler <bm...@twitter.com>
Authored: Thu May 29 11:11:44 2014 -0700
Committer: Benjamin Mahler <bm...@twitter.com>
Committed: Thu May 29 11:11:56 2014 -0700

----------------------------------------------------------------------
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/7c338b1c/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 1ebd196..04095c4 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], [0.19.0])
+AC_INIT([mesos], [0.20.0])
 
 # Have autoconf setup some variables related to the system.
 AC_CANONICAL_HOST