From a1011930eb86e00ec1d2cfc70a3da7e1920a5ec3 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Wed, 15 Jul 2015 11:13:41 +0200 Subject: 0.9.8 --- NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e6a97c1..7cf2546 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +mm-common 0.9.8 (2015-07-15) + + * Add the MM_AX_CXX_COMPILE_STDCXX_11() m4 macro, + to help other *mm projects build with C++11 compiler support. + This is based on AX_CXX_COMPILE_STDCXX_11() but doesn't need to + be copied into projects manually. + (Kjell Ahlstedt) Bug #751432 + mm-common 0.9.7 (2014-09-15) * Add doxygen-extra.css, deprecate doxygen.css. diff --git a/configure.ac b/configure.ac index 62e881e..498ae52 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.7], [https://bugzilla.gnome.org/enter_bug.cgi?product=mm-common], +AC_INIT([mm-common], [0.9.8], [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