summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Piechotka <uzytkownik2@gmail.com>2017-02-22 23:28:51 -0800
committerMaciej Piechotka <uzytkownik2@gmail.com>2017-02-22 23:29:44 -0800
commit51e29683dce16a2bc6d5f75c86ee2795ac2870f1 (patch)
tree6d656870d1c0e89e3e11a166e0a237129dadc641
parent5ff71774e9c644410a1df0dba9765a4f68a03a08 (diff)
downloadlibgee-51e29683dce16a2bc6d5f75c86ee2795ac2870f1.tar.gz
Release 0.19.910.19.91
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ab0b583..e16b70a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+libgee 0.19.91
+==============
+ * Fix to_array on enums and flags
+ * Add additional query operations to Traversable
+
libgee 0.18.1
=============
* Various build and runtime fixes
diff --git a/configure.ac b/configure.ac
index cc9305b..bc86cd3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libgee], [0.18.1], [https://bugzilla.gnome.org/enter_bug.cgi?product=libgee], [libgee])
+AC_INIT([libgee], [0.19.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])