diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-09-18 22:20:15 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-09-18 22:20:15 +0000 |
commit | 161dd0c26d69f29a28130db6831ff6c1ac5d6f95 (patch) | |
tree | b91754c42395befbf1c9dcc095c3d0bbeee2d82e /configure.in | |
parent | ad3912db10e1f337e9c227524b36e346bbe1328d (diff) | |
download | pango-161dd0c26d69f29a28130db6831ff6c1ac5d6f95.tar.gz |
Step module interface version to 1.6.0 because of the script_break()
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.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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(), |