[gtkmm] Increment version to 2.17.9.2 and update news



commit 6e7713df91e6ea8a0da42ad2a072924cb6b9db3a
Author: Daniel Elstner <danielk openismus com>
Date:   Fri Aug 28 18:54:12 2009 +0200

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

 ChangeLog    |    7 +++++++
 NEWS         |    5 +++++
 configure.ac |    2 +-
 3 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 1bc6122..52a87a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2009-08-28  Daniel Elstner  <danielk openismus com>
 
+	Increment version to 2.17.9.2 and update news
+
+	* configure.ac (AC_INIT): Bump version number to 2.17.9.2.
+	* NEWS: Write news entry for gtkmm 2.17.9.2.
+
+2009-08-28  Daniel Elstner  <danielk openismus com>
+
 	Remove documentation location override
 
 	* docs/Makefile.am (htmlrefpub): Remove variable override as
diff --git a/NEWS b/NEWS
index 6ea6abd..94a7912 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+2.17.9.2 (unstable):
+
+* Change public documentation location to library.gnome.org.
+  (Daniel Elstner)
+
 2.17.9.1 (unstable):
 
 * Reenable the per-class hierarchy graphs in the reference documentation.
diff --git a/configure.ac b/configure.ac
index 3f676a4..b7742f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this library.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([gtkmm], [2.17.9.1], [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
+AC_INIT([gtkmm], [2.17.9.2], [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
         [gtkmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
 



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