summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])