From ce3586f7e768f7f51305f4d134a1dfce37bb43b4 Mon Sep 17 00:00:00 2001 From: Maciej Piechotka Date: Mon, 3 Dec 2012 20:08:48 +0000 Subject: [PATCH] Release 0.9.0 --- NEWS | 7 +++++++ configure.ac | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index d854d72..462d315 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +libgee 0.9.0 +============ + * ConcurrentSet preliminary implementation + * Bugfixes from 0.8.2 and 0.8.3 + * Fix various Vala warnings + * First part of test refactoring + libgee 0.8.1 ============ * Allow slice in ReadOnlyList diff --git a/configure.ac b/configure.ac index 7037052..8c8a60d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libgee], [0.8.1], [https://bugzilla.gnome.org/enter_bug.cgi?product=libgee], [libgee]) +AC_INIT([libgee], [0.9.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="2:0:0" +LIBGEE_LT_VERSION="3:0:1" AC_SUBST(LIBGEE_LT_VERSION) GLIB_REQUIRED=2.32 -- 2.7.4