From 5a251223287ce54af9ab6090b3ddfdd2302fa95e Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Sat, 6 Feb 2016 21:46:18 +0100 Subject: 0.9.10 --- NEWS | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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 . -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]) -- cgit v1.2.1