Release 0.13.4 0.13.4
authorMaciej Piechotka <uzytkownik2@gmail.com>
Mon, 16 Dec 2013 20:33:20 +0000 (21:33 +0100)
committerMaciej Piechotka <uzytkownik2@gmail.com>
Mon, 16 Dec 2013 20:34:06 +0000 (21:34 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index ba1bf46..66670a0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+libgee 0.13.4
+=============
+ * The collection cloning no longer leaks memory
+ * Various warning fixes
+ * Various fixes to build system
+
 libgee 0.12.0
 =============
  * No changes since previous release
index bdf61a4..fb51961 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([libgee], [0.12.0], [https://bugzilla.gnome.org/enter_bug.cgi?product=libgee], [libgee])
+AC_INIT([libgee], [0.13.4], [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])