[gtkmm-documentation] Bump version to 2.17.1 and update news



commit 78e469f1f4fc09069c6f89aa6132e8a643925ae4
Author: Daniel Elstner <danielk openismus com>
Date:   Fri Sep 11 15:11:30 2009 +0200

    Bump version to 2.17.1 and update news
    
    * configure.ac (AC_INIT): Increment version number to 2.17.1.
    * NEWS: Write news entry for the 2.17.1 release.

 ChangeLog    |    7 +++++++
 NEWS         |    5 +++++
 configure.ac |    3 ++-
 3 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 5c9163f..934b57b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2009-09-11  Daniel Elstner  <danielk openismus com>
 
+	Bump version to 2.17.1 and update news
+
+	* configure.ac (AC_INIT): Increment version number to 2.17.1.
+	* NEWS: Write news entry for the 2.17.1 release.
+
+2009-09-11  Daniel Elstner  <danielk openismus com>
+
 	Set id="index" attribute of element <book>
 
 	* docs/tutorial/C/gtkmm-tutorial-in.xml (book): Set attribute
diff --git a/NEWS b/NEWS
index 3500191..d187ae4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+2.17.1:
+
+* The Docbook XML files of the tutorial have been renamed in order to
+  ease the integration with library.gnome.org.
+
 2.17.0:
 
 * A number of example programs have been corrected.
diff --git a/configure.ac b/configure.ac
index f95c331..4a0d997 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,8 @@
 ## This file is part of gtkmm-documentation.
 
 AC_PREREQ([2.59])
-AC_INIT([gtkmm-documentation], [2.17.0], [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
+AC_INIT([gtkmm-documentation], [2.17.1],
+        [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
         [gtkmm-documentation], [http://www.gtkmm.org/])
 
 AC_CONFIG_SRCDIR([examples/book/box/packbox.cc])



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