summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Piechotka <uzytkownik2@gmail.com>2017-03-21 00:19:12 -0700
committerMaciej Piechotka <uzytkownik2@gmail.com>2017-03-21 00:19:12 -0700
commitfe7c7e86185e919adcbd053404e7ee497bb90dc5 (patch)
tree26e0dab14b3a4f2e38f215f87aaa65556ef46b17
parent51e29683dce16a2bc6d5f75c86ee2795ac2870f1 (diff)
downloadlibgee-fe7c7e86185e919adcbd053404e7ee497bb90dc5.tar.gz
Release 0.20.00.20.0
-rw-r--r--NEWS4
-rw-r--r--configure.ac4
2 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e16b70a..7180a67 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+libgee 0.20.0
+=============
+ * No changes since previous release
+
libgee 0.19.91
==============
* Fix to_array on enums and flags
diff --git a/configure.ac b/configure.ac
index bc86cd3..00e50f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libgee], [0.19.91], [https://bugzilla.gnome.org/enter_bug.cgi?product=libgee], [libgee])
+AC_INIT([libgee], [0.20.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])
@@ -12,7 +12,7 @@ AM_PROG_CC_C_O
LT_PREREQ([2.2.6])
LT_INIT([disable-static])
-LIBGEE_LT_VERSION="7:1:5"
+LIBGEE_LT_VERSION="8:0:6"
AC_SUBST(LIBGEE_LT_VERSION)
GLIB_REQUIRED=2.36