1.31.2 1.31.2
authorMatthias Clasen <mclasen@redhat.com>
Tue, 18 Sep 2012 00:26:45 +0000 (20:26 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 18 Sep 2012 00:26:45 +0000 (20:26 -0400)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index a6ade4b..71d5633 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes between 1.31.1 and 1.31.2
+=============================================
+- More work on towards thread-safety
+- Build fixes on OS X
+
 Overview of changes between 1.31.0 and 1.31.1
 =============================================
 - The module cache file can now be located in libdir
index 310780b..f5203ad 100644 (file)
@@ -22,7 +22,7 @@ dnl
 dnl The triplet
 m4_define([pango_version_major], [1])
 m4_define([pango_version_minor], [31])
-m4_define([pango_version_micro], [1])
+m4_define([pango_version_micro], [2])
 
 m4_define([pango_version],
           [pango_version_major.pango_version_minor.pango_version_micro])