From ed224f523b2cb7fac3b923f5d83c18eb342857e2 Mon Sep 17 00:00:00 2001 From: Daniel Elstner Date: Mon, 28 Dec 2009 11:32:37 +0100 Subject: Bump version to 0.9.1 and write preliminary news * configure.ac (AC_INIT): Increment version to 0.9.1. * NEWS: Write preliminary news entry for mm-common 0.9.1. --- NEWS | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 072fe05..65756b3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +mm-common 0.9.1 "Dash" (2009-12-28) + + Dash or no dash! + + * The skeleton Doxygen configuration file has been updated to + further improve the generated reference documentation. + * The dash separator before the API version suffix of a module + name is now optional. + mm-common 0.9 "Invisible" (2009-12-26) The Invisible Book of Invisibility. diff --git a/configure.ac b/configure.ac index 9018ca8..88540da 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], [https://bugzilla.gnome.org/enter_bug.cgi?product=mm-common], +AC_INIT([mm-common], [0.9.1], [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