[mm-common] 0.9.10



commit 5a251223287ce54af9ab6090b3ddfdd2302fa95e
Author: Murray Cumming <murrayc murrayc com>
Date:   Sat Feb 6 21:46:18 2016 +0100

    0.9.10

 NEWS         |    9 +++++++++
 configure.ac |    2 +-
 2 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index e022b69..7bd7c9f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+mm-common 0.9.10 (2016-02-06)
+
+  * Add the MM_AX_CXX_COMPILE_STDCXX() m4 macro,
+    to help other *mm projects build with C++11 or C++14 compiler support.
+    This is based on AX_CXX_COMPILE_STDCXX() but doesn't need to
+    be copied into projects manually.
+    It is less specific than MM_AX_CXX_COMPILE_STDCXX_11.
+    (Murray Cumming)
+
 mm-common 0.9.9 (2015-11-27)
 
   * Fix install-time rewrite of documentation tag references with
diff --git a/configure.ac b/configure.ac
index ebbd3d6..6bf9b2b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU General Public License
 ## along with mm-common.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([mm-common], [0.9.9], [https://bugzilla.gnome.org/enter_bug.cgi?product=mm-common],
+AC_INIT([mm-common], [0.9.10], [https://bugzilla.gnome.org/enter_bug.cgi?product=mm-common],
         [mm-common], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
 AC_CONFIG_SRCDIR([util/mm-common-prepare.in])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]