[atkmm] 2.24.1



commit f401ffc41a9a2402cfb335ed725695496d12283b
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Sep 22 11:34:52 2015 +0200

    2.24.1

 NEWS         |    6 +++++-
 configure.ac |    4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5ebc827..3c063c3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,8 @@
-atkmm 2.24.0 (unstable):
+atkmm 2.24.1 (stable):
+
+* Regenerate with the latest glibmm.
+
+atkmm 2.24.0 (stable):
 
 * MSVC build fixes.
   (Chun-wei Fan)
diff --git a/configure.ac b/configure.ac
index e966b5f..e3abc8b 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.24.0], [https://bugzilla.gnome.org/enter_bug.cgi?product=atkmm],
+AC_INIT([atkmm], [2.24.1], [https://bugzilla.gnome.org/enter_bug.cgi?product=atkmm],
         [atkmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
 
@@ -50,7 +50,7 @@ MM_AX_CXX_COMPILE_STDCXX_11([noext],[mandatory])
 AC_DISABLE_STATIC
 LT_INIT([win32-dll])
 
-AC_SUBST([ATKMM_MODULES], ['atk >= 1.18 glibmm-2.4 >= 2.46.0'])
+AC_SUBST([ATKMM_MODULES], ['atk >= 1.18 glibmm-2.4 >= 2.46.1'])
 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]