summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Piechotka <uzytkownik2@gmail.com>2013-09-16 19:59:59 +0200
committerMaciej Piechotka <uzytkownik2@gmail.com>2013-09-16 19:59:59 +0200
commita0f3afc74bdbbc137eb19bd49f76267de6dfb4fe (patch)
treefce24b3ddb8039ab24ed2bbdf00d6042bb213904
parent4d3c367c48ec218073ce2bfcf6a7199c1972937c (diff)
downloadlibgee-a0f3afc74bdbbc137eb19bd49f76267de6dfb4fe.tar.gz
Release 0.11.920.11.92
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 620af09..4d9af02 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+libgee 0.11.92
+==============
+ * Override read_only_view property in ReadOnlySortedMap and its subclasses
+
libgee 0.11.91
==============
* Bump the GLib requirements to 2.36 in configure.ac
diff --git a/configure.ac b/configure.ac
index 47d7655..f265470 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libgee], [0.11.91], [https://bugzilla.gnome.org/enter_bug.cgi?product=libgee], [libgee])
+AC_INIT([libgee], [0.11.92], [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])