summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Piechotka <uzytkownik2@gmail.com>2014-03-03 20:18:21 +0100
committerMaciej Piechotka <uzytkownik2@gmail.com>2014-03-03 20:18:21 +0100
commit539a7e731609f680f865783edb92a45ef70c7765 (patch)
tree1936ec3c8566d2ad595c4297dc353b955ec28433
parent8da248092ef6f5a7de37f2dfe1a575212caa7a42 (diff)
downloadlibgee-539a7e731609f680f865783edb92a45ef70c7765.tar.gz
Release 0.13.910.13.91
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b2630a3..1b43e46 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+libgee 0.13.91
+==============
+ * Fix HazardPointer bugs
+ * Fix List test
+
libgee 0.13.90
==============
* Fix the broken test
diff --git a/configure.ac b/configure.ac
index 43fc2b1..0219474 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libgee], [0.13.90], [https://bugzilla.gnome.org/enter_bug.cgi?product=libgee], [libgee])
+AC_INIT([libgee], [0.13.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])