From 8ad0a54cf9c236e205f1a5ab4f17219f0a6076b9 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 18 Aug 2012 11:46:12 -0400 Subject: [PATCH] Bump module version as pango-ot is being phased out --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 9e26921..9b98b57 100644 --- a/configure.in +++ b/configure.in @@ -42,7 +42,7 @@ m4_define([pango_binary_age], [m4_eval(100 * pango_version_minor + pango_version_micro)]) 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]) +m4_define([pango_module_version], [1.8.0]) AC_INIT(pango, pango_version(), -- 2.7.4