summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2010-09-29 13:09:36 +0200
committerVincent Untz <vuntz@gnome.org>2010-09-29 13:09:36 +0200
commit4b5e73b641e214594d92b84ba0b23241982645c7 (patch)
treeaa0cd5a0428dc9e0280cef80510cde99bfec00f2
parentb7dd5c0ca11672510f5ab870719a46b01c5a6df4 (diff)
downloadpango-4b5e73b641e214594d92b84ba0b23241982645c7.tar.gz
Release 1.28.31.28.3
-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])