summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2017-08-25 14:07:50 +0200
committerMurray Cumming <murrayc@murrayc.com>2017-08-25 14:07:50 +0200
commit85476c318c5c51958c92660de3cf7feea9ac3fd8 (patch)
tree2044d7b1daf5cf6d1f52c8ba1a28eb78234c2c99
parent71a4333c8fbc85047a315dc126fe9e8e4619a6b6 (diff)
downloadmm-common-0.9.11.tar.gz
0.9.110.9.11
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7bd7c9f..f06ece2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+mm-common 0.9.11 (2017-08-25)
+
+* Fix silent build.
+ (Kjell Ahlstedt) Bug #768797 (Sebastian)
+* Build: don't save time stamps in skeletonmm.tar.gz
+ (Michael Bielb) Bug #765108
+
mm-common 0.9.10 (2016-02-06)
* Add the MM_AX_CXX_COMPILE_STDCXX() m4 macro,
diff --git a/configure.ac b/configure.ac
index 58b0262..55335a0 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.10], [https://bugzilla.gnome.org/enter_bug.cgi?product=mm-common],
+AC_INIT([mm-common], [0.9.11], [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])