[tepl] Release 4.1.1



commit e65aec28aa84c2fabf10ab9d9ef3750a6f2bb039
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun Apr 15 13:07:09 2018 +0200

    Release 4.1.1

 NEWS         | 5 +++++
 README       | 4 ++--
 configure.ac | 4 ++--
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index f64bb79..445edf7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+News in 4.1.1, 2018-04-15
+-------------------------
+* Remove the Amtk library, it has been moved to its own git repository, see:
+  https://wiki.gnome.org/Projects/Amtk
+
 News in 4.0.0, 2018-04-08
 -------------------------
 - Project moved to GNOME GitLab.
diff --git a/README b/README
index ce395b0..98f53f6 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 Tepl - Text editor product line
 ===============================
 
-This is version 4.1.0 of Tepl.
+This is version 4.1.1 of Tepl.
 
 Tepl is a library that eases the development of GtkSourceView-based text
 editors and IDEs.
@@ -24,7 +24,7 @@ Dependencies
 - GTK+ >= 3.22
 - GtkSourceView >= 4.0
 - libxml2 >= 2.5
-- Amtk >= 4.99.0 - https://wiki.gnome.org/Projects/Amtk
+- Amtk >= 4.99.1 - https://wiki.gnome.org/Projects/Amtk
 - uchardet - https://www.freedesktop.org/wiki/Software/uchardet/
 
 Installation
diff --git a/configure.ac b/configure.ac
index eb87f9d..4eff322 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(tepl_package_version, 4.1.0)
+m4_define(tepl_package_version, 4.1.1)
 
 AC_INIT([tepl],
        [tepl_package_version],
@@ -52,7 +52,7 @@ AC_SUBST([TEPL_API_VERSION])
 glib_req=2.52
 gtk_req=3.22
 gtksourceview_req=4.0
-amtk_req=4.99.0
+amtk_req=4.99.1
 libxml_req=2.5
 
 AC_CONFIG_SRCDIR([tepl/tepl.h])


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