diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2006-09-18 Behdad Esfahbod <behdad@gnome.org> + * configure.in: Step module interface version to 1.6.0 because of the + script_break() slight change of behavior and anticipated changes to + the module interface this cycle. + +2006-09-18 Behdad Esfahbod <behdad@gnome.org> + Part of Bug 350132 – backspacing doesn't work properly for Arabic * configure.in: diff --git a/configure.in b/configure.in index e6610f6e..161505df 100644 --- a/configure.in +++ b/configure.in @@ -34,7 +34,7 @@ m4_define([pango_binary_age], [m4_eval(100 * pango_minor_version + pango_micro_version)]) 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.5.0]) +m4_define([pango_module_version], [1.6.0]) AC_INIT(pango, pango_version(), |