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/09/25 08:55:38 UTC

mesos git commit: Updated configure.ac version to 0.26.0.

Repository: mesos
Updated Branches:
  refs/heads/master 5b8372da9 -> 15c0d8029


Updated configure.ac version to 0.26.0.


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

Branch: refs/heads/master
Commit: 15c0d8029aa299a13effd7d708b56dade804f8bb
Parents: 5b8372d
Author: Niklas Q. Nielsen <ni...@qni.dk>
Authored: Thu Sep 24 23:54:28 2015 -0700
Committer: Niklas Q. Nielsen <ni...@qni.dk>
Committed: Thu Sep 24 23:54:28 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/15c0d802/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 87461d7..66f9b32 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.25.0])
+AC_INIT([mesos], [0.26.0])
 
 # Have autoconf setup some variables related to the system.
 AC_CANONICAL_HOST