From 161dd0c26d69f29a28130db6831ff6c1ac5d6f95 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 18 Sep 2006 22:20:15 +0000 Subject: Step module interface version to 1.6.0 because of the script_break() 2006-09-18 Behdad Esfahbod * 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. --- ChangeLog | 6 ++++++ configure.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 81fabec0..006f8974 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-09-18 Behdad Esfahbod + + * 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 Part of Bug 350132 – backspacing doesn't work properly for Arabic 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(), -- cgit v1.2.1