[java-libglom] 1.21.7



commit d85eeb13c08faaede03ebeb607dc191449206c31
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Mar 15 07:39:30 2012 +0100

    1.21.7

 ChangeLog    |    2 ++
 NEWS         |    4 ++++
 configure.ac |    4 ++--
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 4c08428..079c3ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.21.7:
+
 2012-03-12  Murray Cumming  <murrayc murrayc com>
 
 	Fix the tests build.
diff --git a/NEWS b/NEWS
index fc84aee..12874a3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+1.21.7:
+
+* Adapt to the latest libglom API from git master.
+
 1.21.5:
 
 * Add Report layout items:
diff --git a/configure.ac b/configure.ac
index ba36fdd..3b42b40 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@
 ## along with java-libglom; if not, write to the Free Software Foundation, Inc.,
 ## 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-AC_INIT([Java libglom], [1.21.5], [https://bugzilla.gnome.org/enter_bug.cgi?product=Glom],
+AC_INIT([Java libglom], [1.21.7], [https://bugzilla.gnome.org/enter_bug.cgi?product=Glom],
         [java-libglom], [http://www.glom.org])
 AC_CANONICAL_HOST
 AC_PREREQ([2.58])
@@ -42,7 +42,7 @@ 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.
 PKG_CHECK_MODULES([LIBGLOM],
-                  [glom-1.22 >= 1.21.5])
+                  [glom-1.22 >= 1.21.7])
 
 LIBGLOM_INCLUDE_DIR=`$PKG_CONFIG --variable=includedir glom-1.22`
 AC_SUBST([LIBGLOM_INCLUDE_DIR])



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