summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Piechotka <uzytkownik2@gmail.com>2013-09-16 19:48:35 +0200
committerMaciej Piechotka <uzytkownik2@gmail.com>2013-09-16 19:48:35 +0200
commit636313c14cde0305688e8cccf5d5b618e83232e3 (patch)
tree6a46c8b91447ab9e1b359dfc2f616bc873487f98
parentcc9f91930ead2d76cc49de31721d005be5970aa4 (diff)
downloadlibgee-0.10.tar.gz
Release 0.10.50.10.50.10
-rw-r--r--NEWS4
-rw-r--r--configure.ac4
2 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index fdb7aef..e93d1ec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+libgee 0.10.5
+=============
+ * Override read_only_view property in ReadOnlySortedMap and its subclasses
+
libgee 0.10.4
=============
* Fix various problems with generic arrays
diff --git a/configure.ac b/configure.ac
index 3e46ac3..bcd3fde 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libgee], [0.10.4], [https://bugzilla.gnome.org/enter_bug.cgi?product=libgee], [libgee])
+AC_INIT([libgee], [0.10.5], [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:2:2"
+LIBGEE_LT_VERSION="4:3:2"
AC_SUBST(LIBGEE_LT_VERSION)
GLIB_REQUIRED=2.32