[libgee] Release 0.11.0



commit ef9261527807c8e08aa424ccbb324266df76ddbc
Author: Maciej Piechotka <uzytkownik2 gmail com>
Date:   Thu Jul 4 00:02:58 2013 +0200

    Release 0.11.0

 NEWS         |    6 ++++++
 configure.ac |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index c698bf3..dc0dd99 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+libgee 0.11.0
+=============
+ * Add futures and promises to libgee
+ * Update the build system
+ * Return true from HashSet.Iterator.foreach() if we fall off the end
+
 libgee 0.10.0
 =============
  * No changes since release candidate
diff --git a/configure.ac b/configure.ac
index 2e99749..55812c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libgee], [0.10.0], [https://bugzilla.gnome.org/enter_bug.cgi?product=libgee], [libgee])
+AC_INIT([libgee], [0.11.0], [https://bugzilla.gnome.org/enter_bug.cgi?product=libgee], [libgee])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_MACRO_DIR([m4])
@@ -11,7 +11,7 @@ AM_PROG_CC_C_O
 AC_DISABLE_STATIC
 AC_PROG_LIBTOOL
 
-LIBGEE_LT_VERSION="4:0:2"
+LIBGEE_LT_VERSION="5:0:3"
 AC_SUBST(LIBGEE_LT_VERSION)
 
 GLIB_REQUIRED=2.32


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