[gimp] Sync required pango version with configure
- From: Michael Natterer <mitch src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gimp] Sync required pango version with configure
- Date: Thu, 22 Oct 2009 18:37:55 +0000 (UTC)
commit bc33e4735dbb71bb477af451fe52fce57aca1446
Author: Michael Natterer <mitch gimp org>
Date: Thu Oct 22 20:37:01 2009 +0200
Sync required pango version with configure
app/sanity.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/sanity.c b/app/sanity.c
index aa8b0ea..2fb2115 100644
--- a/app/sanity.c
+++ b/app/sanity.c
@@ -153,8 +153,8 @@ static gchar *
sanity_check_pango (void)
{
#define PANGO_REQUIRED_MAJOR 1
-#define PANGO_REQUIRED_MINOR 18
-#define PANGO_REQUIRED_MICRO 0
+#define PANGO_REQUIRED_MINOR 20
+#define PANGO_REQUIRED_MICRO 1
const gchar *mismatch = pango_version_check (PANGO_REQUIRED_MAJOR,
PANGO_REQUIRED_MINOR,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]