[pangomm] 2.38.0



commit b72c66f4d737d5bafd99aa79a8eb7cc01f1a78f2
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Sep 21 22:02:51 2015 +0200

    2.38.0

 NEWS         |    5 +++++
 configure.ac |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index b4555b4..416f89e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+2.38.0 (stable):
+
+* MSVC build fixes.
+  (Chun-wei Fan)
+
 2.37.2 (unstable):
 
 * Rebuilt with latest glibmm,
diff --git a/configure.ac b/configure.ac
index 7d0af3d..67b22e4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this library.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([pangomm], [2.37.2],
+AC_INIT([pangomm], [2.38.0],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=pangomm],
         [pangomm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
@@ -47,7 +47,7 @@ MM_AX_CXX_COMPILE_STDCXX_11([noext],[mandatory])
 AC_DISABLE_STATIC
 LT_INIT([win32-dll])
 
-AC_SUBST([PANGOMM_MODULES], ['glibmm-2.4 >= 2.45.70 cairomm-1.0 >= 1.2.2 pangocairo >= 1.36.0'])
+AC_SUBST([PANGOMM_MODULES], ['glibmm-2.4 >= 2.46.0 cairomm-1.0 >= 1.12.0 pangocairo >= 1.38.0'])
 PKG_CHECK_MODULES([PANGOMM], [$PANGOMM_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]