summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Elstner <daniel.kitta@gmail.com>2009-12-28 11:32:37 +0100
committerDaniel Elstner <daniel.kitta@gmail.com>2009-12-28 11:32:37 +0100
commited224f523b2cb7fac3b923f5d83c18eb342857e2 (patch)
tree7d202b5337d84ba0a5a0219530fee803e20c2112
parent165d6d7d15e5304262d98ec6f92b8472406cda83 (diff)
downloadmm-common-ed224f523b2cb7fac3b923f5d83c18eb342857e2.tar.gz
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.
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
-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])