summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Piechotka <uzytkownik2@gmail.com>2013-09-02 22:20:47 +0200
committerMaciej Piechotka <uzytkownik2@gmail.com>2013-09-02 22:20:47 +0200
commitef3da48607cabe9431051638afc56468d9da6b3b (patch)
treeee596fd008035d450c776c083ebb2e2834440114
parent2756519d1f9e21232d625e5ff774c0da03deb0b5 (diff)
downloadlibgee-ef3da48607cabe9431051638afc56468d9da6b3b.tar.gz
Release 0.11.910.11.91
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 76372df..620af09 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+libgee 0.11.91
+==============
+ * Bump the GLib requirements to 2.36 in configure.ac
+
libgee 0.11.90
==============
* Add adding to collection based on iterators
diff --git a/configure.ac b/configure.ac
index 1a7fd00..47d7655 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libgee], [0.11.90], [https://bugzilla.gnome.org/enter_bug.cgi?product=libgee], [libgee])
+AC_INIT([libgee], [0.11.91], [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])