[java-libglom] Bump libglom requirement to 1.20.1.



commit 54789fad340bf54694381ee7e339de8753492e3b
Author: Ben Konrath <ben bagu org>
Date:   Wed Nov 30 15:22:07 2011 +0100

    Bump libglom requirement to 1.20.1.
    
    * configure.ac:

 ChangeLog    |    6 ++++++
 configure.ac |    3 +--
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index cabbdd3..ad8f593 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2011-11-30  Ben Konrath  <ben bagu org>
 
+	Bump libglom requirement to 1.20.1.
+
+	* configure.ac:
+
+2011-11-30  Ben Konrath  <ben bagu org>
+
 	Rename class variables in FieldFormatting and NumericFormat.
 
 	By default, SWIG wraps public class variables by creating getters and
diff --git a/configure.ac b/configure.ac
index c1aad69..8cf8166 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,9 +41,8 @@ PKG_PROG_PKG_CONFIG
 
 # gmodule-export-2.0 adds -Wl,--export-dynamic to the linker flags
 # so that libglade can get at the custom widget creation functions.
-# FIXME: Change Glom requirement to 1.20.1 when it's released.
 PKG_CHECK_MODULES([LIBGLOM],
-                  [glom-1.20 >= 1.20.0]
+                  [glom-1.20 >= 1.20.1]
                   [libgdamm-5.0 >= 4.99.6]
                   [glibmm-2.4 >= 2.27.93])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]