summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Piechotka <uzytkownik2@gmail.com>2014-03-04 00:08:33 +0100
committerMaciej Piechotka <uzytkownik2@gmail.com>2014-03-04 00:08:33 +0100
commit6cb04c6662b9384a4c17a580b9a18d7a644713df (patch)
tree01fa4a22be3de377a8c4ebdef05e1ee58ec66db0
parent23176d9931eed111b70fe81027b1895daf937744 (diff)
downloadlibgee-0.12.tar.gz
Release 0.12.10.12.10.12
-rw-r--r--NEWS4
-rw-r--r--configure.ac4
2 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ba1bf46..ceb3bad 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+libgee 0.12.1
+=============
+ * Fix the HazardPointer bugs
+
libgee 0.12.0
=============
* No changes since previous release
diff --git a/configure.ac b/configure.ac
index bdf61a4..fd3cfb7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libgee], [0.12.0], [https://bugzilla.gnome.org/enter_bug.cgi?product=libgee], [libgee])
+AC_INIT([libgee], [0.12.1], [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])
@@ -11,7 +11,7 @@ AM_PROG_CC_C_O
AC_DISABLE_STATIC
AC_PROG_LIBTOOL
-LIBGEE_LT_VERSION="5:0:3"
+LIBGEE_LT_VERSION="5:1:3"
AC_SUBST(LIBGEE_LT_VERSION)
GLIB_REQUIRED=2.36