[gtkmm-documentation/gtkmm-2-22] 2.22.0



commit a63376880098e095ae68dfcce4db4eb22ff77ea7
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Oct 28 12:02:41 2010 +0200

    2.22.0

 ChangeLog    |    4 ++++
 NEWS         |    7 +++++++
 configure.ac |    4 ++--
 3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index b37b404..dac0614 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.22.0:
+
 2010-10-28  Murray Cumming  <murrayc murrayc com>
 
 	Link to the stable gtkmm API reference and the branch of the example code.
@@ -34,6 +36,8 @@
 	* docs/tutorial/Makefile.am: Try to use the DocBook XSL stylesheets and
 	dbtoepub.
 
+2.21.8.1:
+
 2010-09-20  Murray Cumming  <murrayc murrayc com>
 
 	Fix the build with gtkmm 2.21.8.1.
diff --git a/NEWS b/NEWS
index 61e07ee..583adbc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+2.22.0:
+
+* Make the API reference links go to /stable instead of /unstable, to
+  avoid sending people to the (different) gtkmm 3 API.
+* Example code links: Use the gtkmm-2-22 branch instead of master,
+  to avoid sending people to the examples for the gtkmm 3 API.
+
 2.21.8.1:
 
 * Builds with the latest gtkmm-2.4 (2.21.8.1) release.
diff --git a/configure.ac b/configure.ac
index 982d6ae..3221eda 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.21.8.1],
+AC_INIT([gtkmm-documentation], [2.22.0],
         [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-2.4 >= 2.21.8.1])
+PKG_CHECK_MODULES([GTKMM], [gtkmm-2.4 >= 2.22.0])
 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]