[gtkmm-documentation] 2.91.4



commit a7f48ac399bfe76d562c2cf353f286b3d745c913
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Nov 23 08:55:24 2010 +0100

    2.91.4

 ChangeLog    |    2 ++
 NEWS         |   10 ++++++++++
 configure.ac |    4 ++--
 3 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 7553823..0b5394b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.91.4:
+
 2010-11-18  Kjell Ahlstedt <kjell ahlstedt bredband net>
 
 	Modified the clipboard/ideal example
diff --git a/NEWS b/NEWS
index 94e8ea5..baf6381 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+2.91.4: (unstable):
+
+* Improved the clipboard/ideal example.
+	(Kjell Ahlstedt)
+* Label section: Fix a /<b> -> </b> typo.
+  (Murray Cumming)
+* Rearranged an include to fix the build due to a not-yet-explained 
+  compiler error.
+  (Murray Cumming)
+	
 2.91.2: (unstable):
 
 * Book:
diff --git a/configure.ac b/configure.ac
index ee9301d..ec13856 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 ## This file is part of gtkmm-documentation.
 
 AC_PREREQ([2.59])
-AC_INIT([gtkmm-documentation], [2.91.2],
+AC_INIT([gtkmm-documentation], [2.91.4],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
         [gtkmm-documentation], [http://www.gtkmm.org/])
 
@@ -19,7 +19,7 @@ AC_PROG_CXX
 AC_PATH_PROG([PERL], [perl], [perl])
 
 PKG_CHECK_MODULES([GIOMM], [giomm-2.4 >= 2.24.0])
-PKG_CHECK_MODULES([GTKMM], [gtkmm-3.0 >= 2.91.1])
+PKG_CHECK_MODULES([GTKMM], [gtkmm-3.0 >= 2.91.4])
 MM_PKG_CONFIG_SUBST([GTHREAD_CFLAGS], [--cflags-only-other gthread-2.0])
 
 AC_LANG([C++])



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