summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5f62fe9e..b22391be 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes between 1.28.2 and 1.28.3
+=============================================
+- Bugs fixed:
+ Bug 630857 - introspection: Use --include-uninstalled
+
Overview of changes between 1.28.1 and 1.28.2
=============================================
- Reduce DLL hijack risk and simplify code in basic-win32 module
diff --git a/configure.in b/configure.in
index eaf49969..5c6cc511 100644
--- a/configure.in
+++ b/configure.in
@@ -8,7 +8,7 @@ dnl ==========================================================================
dnl The triplet
m4_define([pango_version_major], [1])
m4_define([pango_version_minor], [28])
-m4_define([pango_version_micro], [2])
+m4_define([pango_version_micro], [3])
dnl Module API version. This should be stepped up when a change causes
dnl older modules to not work with new pango.
m4_define([pango_module_version], [1.6.0])