[amtk] Release 5.0.1



commit 4299cc5a24c013f0f4b4cda9cde8b2d288d0ee5f
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Fri Sep 6 18:19:03 2019 +0200

    Release 5.0.1
    
    The project is still alive!

 NEWS         | 7 +++++++
 README       | 2 +-
 configure.ac | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index c9e5fa0..f9a4307 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+News in 5.0.1, 2019-09-06
+-------------------------
+* Fix a small, new compilation warning.
+* Build from Git: allow building with gettext ≥ 0.20.
+* Write more development notes.
+* Translation updates.
+
 News in 5.0.0, 2018-07-16
 -------------------------
 * Moved to GNOME GitLab instance.
diff --git a/README b/README
index 8926d78..0aa1d25 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 Amtk - Actions, Menus and Toolbars Kit for GTK+ applications
 ============================================================
 
-This is version 5.0.0 of Amtk.
+This is version 5.0.1 of Amtk.
 
 Amtk is the acronym for “Actions, Menus and Toolbars Kit”. It is a basic
 GtkUIManager replacement based on GAction. It is suitable for both a
diff --git a/configure.ac b/configure.ac
index 540ecaa..1e55335 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.64)
 
 # Package version of the form 'major.minor.micro'.
-m4_define(amtk_package_version, 5.0.0)
+m4_define(amtk_package_version, 5.0.1)
 
 AC_INIT([Amtk],
        [amtk_package_version],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]