summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-03-17 21:17:12 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-03-17 21:17:12 -0400
commit2432e6a180a18933d45de91f03f4abcc9eae8e8c (patch)
tree736ad3c7a9bd2f555b92a36973bd9874f1130d2a
parentf8b1566e81af9e36ac018af4f0ae85ee7db4b8fd (diff)
downloadpango-2432e6a180a18933d45de91f03f4abcc9eae8e8c.tar.gz
Bump version
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0f5e8fa7..68842052 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of changes between 1.36.2 and 1.36.3
+=============================================
+- Fix builddir != srdir builds
+- Avoid a crash when FT_Face is NULL (#724006)
+- Win32 build fixes
+- Update pango_color_parse docs (#711061)
+
Overview of changes between 1.36.1 and 1.36.2
=============================================
- Win32 build fixes
diff --git a/configure.ac b/configure.ac
index a4f73e70..ff35a3eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ dnl
dnl The triplet
m4_define([pango_version_major], [1])
m4_define([pango_version_minor], [36])
-m4_define([pango_version_micro], [2])
+m4_define([pango_version_micro], [4])
m4_define([pango_version],
[pango_version_major.pango_version_minor.pango_version_micro])