summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2015-07-15 11:13:41 +0200
committerMurray Cumming <murrayc@murrayc.com>2015-07-15 11:13:41 +0200
commita1011930eb86e00ec1d2cfc70a3da7e1920a5ec3 (patch)
tree6d48ffcf9b01b26d224cef82a537209c1568884b
parent569bfca9e2c19d3ecf27429ccec8ebdb9d5df311 (diff)
downloadmm-common-a1011930eb86e00ec1d2cfc70a3da7e1920a5ec3.tar.gz
0.9.80.9.8
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
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])