[tepl] Release 2.99.1



commit 1a16ae60c21c5122f647f961356d1dbc3b05e72e
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Thu Jun 15 13:03:37 2017 +0200

    Release 2.99.1

 NEWS         |    8 ++++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index f14f5cb..81e0030 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+News in 2.99.1, 2017-06-15
+--------------------------
+* The library has been renamed from Gtef (GTK+ text editor framework) to Tepl
+  (Text editor product line), to have a more beautiful name. The end of Tepl is
+  pronounced like “apple”.
+* Write a more complete introduction in the reference manual.
+* Add Slovenian translation.
+
 News in 2.0.1, 2017-04-21
 -------------------------
 * The bugzilla product has been created.
diff --git a/README b/README
index b927314..8d02851 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 Tepl - Text editor product line
 ===============================
 
-This is version 2.99.0 of Tepl.
+This is version 2.99.1 of Tepl.
 
 Tepl is a library that eases the development of GtkSourceView-based text
 editors and IDEs.
diff --git a/configure.ac b/configure.ac
index 3f1d576..474d5cf 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, 2.99.0)
+m4_define(tepl_package_version, 2.99.1)
 
 AC_INIT([tepl],
        [tepl_package_version],


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