summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Piechotka <uzytkownik2@gmail.com>2018-02-11 13:21:25 -0800
committerMaciej Piechotka <uzytkownik2@gmail.com>2018-02-11 13:21:25 -0800
commit57e4c8a08d61ab77bbec310a3a1621e6bf3111cb (patch)
tree5dc25e422aaf18ce9a81c8cdf0b65f270d9606ff
parent14142de75fd91a72126cba91ca80fe6e9b79c0f2 (diff)
downloadlibgee-tempmigrationtogitlab.tar.gz
-rw-r--r--NEWS4
-rw-r--r--configure.ac4
2 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 7180a67..b60ece4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+libgee 0.20.1
+=============
+ * Minor bug fixes
+
libgee 0.20.0
=============
* No changes since previous release
diff --git a/configure.ac b/configure.ac
index 00e50f0..6c15150 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libgee], [0.20.0], [https://bugzilla.gnome.org/enter_bug.cgi?product=libgee], [libgee])
+AC_INIT([libgee], [0.20.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])
@@ -12,7 +12,7 @@ AM_PROG_CC_C_O
LT_PREREQ([2.2.6])
LT_INIT([disable-static])
-LIBGEE_LT_VERSION="8:0:6"
+LIBGEE_LT_VERSION="8:1:6"
AC_SUBST(LIBGEE_LT_VERSION)
GLIB_REQUIRED=2.36