[atkmm] 2.22.7



commit 0bd9bf2f00920f8fb61c618e2115dd472d397060
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Apr 24 11:18:03 2013 +0200

    2.22.7

 ChangeLog    |    2 ++
 NEWS         |    5 +++++
 configure.ac |    4 ++--
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index b5f2055..7f7ef52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.22.7:
+
 2012-10-26  José Alburquerque  <jaalburquerque gmail com>
 
        Remove the use of g_type_init() because it has been deprecated.
diff --git a/NEWS b/NEWS
index b76eae5..c9e9149 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+atkmm 2.22.7 (stable):
+
+* Remove the use of g_type_init() because it has been deprecated.
+  (José Alburquerque)
+   
 atkmm 2.22.6 (stable):
 
 * Add #includes needed with the latest glibmm.
diff --git a/configure.ac b/configure.ac
index d174060..dfee2a9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@
 # pkg-config name as before and is meant to be binary compatible.  Thus for the
 # time being, the version number cannot be brought in line with ATK, since that
 # would break compatibility.
-AC_INIT([atkmm], [2.22.6], [https://bugzilla.gnome.org/enter_bug.cgi?product=atkmm],
+AC_INIT([atkmm], [2.22.7], [https://bugzilla.gnome.org/enter_bug.cgi?product=atkmm],
         [atkmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
 
@@ -48,7 +48,7 @@ AC_PROG_CXX
 AC_DISABLE_STATIC
 LT_INIT([win32-dll])
 
-AC_SUBST([ATKMM_MODULES], ['atk >= 1.12 glibmm-2.4 >= 2.24'])
+AC_SUBST([ATKMM_MODULES], ['atk >= 1.12 glibmm-2.4 >= 2.36'])
 PKG_CHECK_MODULES([ATKMM], [$ATKMM_MODULES])
 
 MM_PKG_CONFIG_SUBST([GTHREAD_CFLAGS], [--cflags-only-other gthread-2.0])


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