summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Piechotka <uzytkownik2@gmail.com>2014-09-16 01:14:50 +0200
committerMaciej Piechotka <uzytkownik2@gmail.com>2014-09-16 01:14:50 +0200
commit694e0be7191cd2dacc03ec766a13d893ebfd56cb (patch)
tree2a4f28d9610746e6fd8402216fbf02ffa47b2b8d
parentb12c25fac688138779477c7ff010d7cbb72c6516 (diff)
downloadlibgee-694e0be7191cd2dacc03ec766a13d893ebfd56cb.tar.gz
Release 0.15.920.15.92
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d188f87..a72fda5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+libgee 0.15.92
+==============
+ * Improve documentation
+
libgee 0.15.90
==============
* Add explicit tee implementations
diff --git a/configure.ac b/configure.ac
index 49a5d90..62606cf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libgee], [0.15.90], [https://bugzilla.gnome.org/enter_bug.cgi?product=libgee], [libgee])
+AC_INIT([libgee], [0.15.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])