summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-09-17 20:26:45 -0400
committerMatthias Clasen <mclasen@redhat.com>2012-09-17 20:26:45 -0400
commitc93a25c0adac14a4f1677d6d4e4b326075886a59 (patch)
tree0096fe9889d6a398e7482276833cbab949928b79
parent9c1e5d60a078db4b08bd7247004e759ff60cc534 (diff)
downloadpango-c93a25c0adac14a4f1677d6d4e4b326075886a59.tar.gz
1.31.21.31.2
-rw-r--r--NEWS5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a6ade4bb..71d5633b 100644
--- 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
diff --git a/configure.in b/configure.in
index 310780b7..f5203ad5 100644
--- a/configure.in
+++ b/configure.in
@@ -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])