[atkmm] 2.24.0



commit 2ede4bc901a06887dc6010306e9046aae0ca0e3e
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Sep 21 22:09:21 2015 +0200

    2.24.0

 NEWS         |    5 +++++
 configure.ac |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index c05ec20..5ebc827 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+atkmm 2.24.0 (unstable):
+
+* MSVC build fixes.
+  (Chun-wei Fan)
+
 atkmm 2.23.3 (unstable):
 
 * Rebuilt with latest glibmm,
diff --git a/configure.ac b/configure.ac
index c15732f..e966b5f 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.23.3], [https://bugzilla.gnome.org/enter_bug.cgi?product=atkmm],
+AC_INIT([atkmm], [2.24.0], [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.16 glibmm-2.4 >= 2.45.70'])
+AC_SUBST([ATKMM_MODULES], ['atk >= 1.18 glibmm-2.4 >= 2.46.0'])
 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]