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 2012/11/15 00:53:39 UTC

svn commit: r1409574 - /incubator/mesos/trunk/configure.ac

Author: benh
Date: Wed Nov 14 23:53:39 2012
New Revision: 1409574

URL: http://svn.apache.org/viewvc?rev=1409574&view=rev
Log:
Updated version to 0.12.0.

Modified:
    incubator/mesos/trunk/configure.ac

Modified: incubator/mesos/trunk/configure.ac
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/configure.ac?rev=1409574&r1=1409573&r2=1409574&view=diff
==============================================================================
--- incubator/mesos/trunk/configure.ac (original)
+++ incubator/mesos/trunk/configure.ac Wed Nov 14 23:53:39 2012
@@ -18,7 +18,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.61])
-AC_INIT([mesos], [0.11.0])
+AC_INIT([mesos], [0.12.0])
 
 # Have autoconf setup some variables related to the system.
 AC_CANONICAL_HOST