diff options
author | Maciej Piechotka <uzytkownik2@gmail.com> | 2014-03-24 20:27:27 +0100 |
---|---|---|
committer | Maciej Piechotka <uzytkownik2@gmail.com> | 2014-03-24 20:27:27 +0100 |
commit | c5675b06cfca8c141b0df35360c8ce834296b9ad (patch) | |
tree | 0758009c257702470d3e5190920e74e2eac2ae53 | |
parent | 539a7e731609f680f865783edb92a45ef70c7765 (diff) | |
download | libgee-c5675b06cfca8c141b0df35360c8ce834296b9ad.tar.gz |
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +libgee 0.14.0 +============= + * No changes since previous release + libgee 0.13.91 ============== * Fix HazardPointer bugs diff --git a/configure.ac b/configure.ac index 0219474..5f02529 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libgee], [0.13.91], [https://bugzilla.gnome.org/enter_bug.cgi?product=libgee], [libgee]) +AC_INIT([libgee], [0.14.0], [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="6:0:4" AC_SUBST(LIBGEE_LT_VERSION) GLIB_REQUIRED=2.36 |