[mm-common] 0.9.8



commit a1011930eb86e00ec1d2cfc70a3da7e1920a5ec3
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Jul 15 11:13:41 2015 +0200

    0.9.8

 NEWS         |    8 ++++++++
 configure.ac |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)
---
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 <http://www.gnu.org/licenses/>.
 
-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])


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