You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by nn...@apache.org on 2015/02/23 21:59:03 UTC

mesos git commit: Update configure.ac version to 0.23.0

Repository: mesos
Updated Branches:
  refs/heads/master 46834faca -> c6f0a20f3


Update configure.ac version to 0.23.0


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

Branch: refs/heads/master
Commit: c6f0a20f3de3a965c9fb7831105d7f058f22381e
Parents: 46834fa
Author: Niklas Q. Nielsen <ni...@mesosphere.io>
Authored: Mon Feb 23 12:58:43 2015 -0800
Committer: Niklas Q. Nielsen <ni...@mesosphere.io>
Committed: Mon Feb 23 12:58:43 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/c6f0a20f/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index acc685c..9b2d7f1 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.22.0])
+AC_INIT([mesos], [0.23.0])
 
 # Have autoconf setup some variables related to the system.
 AC_CANONICAL_HOST