summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2022-02-10 08:14:03 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2022-02-10 08:14:03 +0100
commitab19a43592bb96ec8812058ea33a5b856b475bf4 (patch)
tree9d4896b25510aee959494e27d3ba21425a58169a
parentebf769162200ac7a4ad070261c3232ac7dc9f7a2 (diff)
downloadlibgee-ab19a43592bb96ec8812058ea33a5b856b475bf4.tar.gz
Release 0.20.50.20.5
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ed24896..828ea01 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+libgee 0.20.5
+=============
+ * Fixes for newer valac
+ * Use Makefile.introspection instead of custom rule
+
libgee 0.20.4
=============
* Fixes for newer valac
diff --git a/configure.ac b/configure.ac
index 3fd8cc9..15f63d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libgee], [0.20.4],
+AC_INIT([libgee], [0.20.5],
[https://gitlab.gnome.org/GNOME/libgee/issues],
[libgee],
[https://wiki.gnome.org/Projects/Libgee])