[libgee/0.8] Release 0.8.4



commit 9002bead2098142d61e67cb424b8f37ef714d5ab
Author: Maciej Piechotka <uzytkownik2 gmail com>
Date:   Sun Feb 17 12:11:42 2013 +0000

    Release 0.8.4

 NEWS         |    4 ++++
 configure.ac |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index f94defc..9cb8266 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+libgee 0.8.4
+============
+ * Add generic type arguments to HashMultiMap, TreeMultiSet constructor
+
 libgee 0.8.3
 ============
  * Various fixes to PriorityQueue
diff --git a/configure.ac b/configure.ac
index 821c88c..04ff0c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libgee], [0.8.3], [https://bugzilla.gnome.org/enter_bug.cgi?product=libgee], [libgee])
+AC_INIT([libgee], [0.8.4], [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="2:0:0"
+LIBGEE_LT_VERSION="2:1:0"
 AC_SUBST(LIBGEE_LT_VERSION)
 
 AM_PROG_VALAC([0.17.5])


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