From 8fe15148b83c12d1f67631198edc1d83393f1b99 Mon Sep 17 00:00:00 2001 From: Jim Evins Date: Sat, 1 Jan 2011 15:35:22 -0500 Subject: [PATCH] Preparation for 2.3.1 --- configure.ac | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index 9bb2e3b4..a6e89587 100644 --- a/configure.ac +++ b/configure.ac @@ -83,7 +83,7 @@ dnl increment current, and set revision to 0. dnl 5. If any interfaces have been added since the last public release, then increment age. dnl 6. If any interfaces have been removed since the last public release, then set age dnl to 0. -LIBGLABELS_C=7 +LIBGLABELS_C=8 LIBGLABELS_R=0 LIBGLABELS_A=0 @@ -116,12 +116,12 @@ dnl --------------------------------------------------------------------------- dnl - Library dependencies dnl --------------------------------------------------------------------------- dnl Required dependencies -GLIB_REQUIRED=2.27.1 -GTK_REQUIRED=2.91.1 +GLIB_REQUIRED=2.27.2 +GTK_REQUIRED=2.91.3 LIBXML_REQUIRED=2.7.7 -LIBRSVG_REQUIRED=2.26.3 -CAIRO_REQUIRED=1.8.0 -PANGO_REQUIRED=1.28.0 +LIBRSVG_REQUIRED=2.32.0 +CAIRO_REQUIRED=1.10.0 +PANGO_REQUIRED=1.28.1 dnl Optional dependencies LIBEBOOK_REQUIRED=2.30.3 -- 2.39.5