[gtef] Release 2.0.0



commit 5fb1f1951decbaff0cfc706afa8cf913d751d0e8
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sat Mar 18 17:46:15 2017 +0100

    Release 2.0.0

 NEWS         |    4 ++++
 README       |    2 +-
 configure.ac |    5 ++---
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index d1ae8cd..408fb4f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+News in 2.0.0, 2017-03-18
+-------------------------
+* Add Ukrainian and Serbian translations.
+
 News in 1.99.2, 2017-03-12
 --------------------------
 This is an unstable release leading towards 2.0. The 2.0 stable version will be
diff --git a/README b/README
index 9b00fb8..8e301b3 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 Gtef - GTK+ Text Editor Framework
 =================================
 
-This is version 1.99.2 of Gtef.
+This is version 2.0.0 of Gtef.
 
 Gtef is a library that eases the development of GtkSourceView-based text
 editors and IDEs.
diff --git a/configure.ac b/configure.ac
index 0fad3e2..b4d60d1 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(gtef_package_version, 1.99.2)
+m4_define(gtef_package_version, 2.0.0)
 
 AC_INIT([gtef],
        [gtef_package_version],
@@ -50,8 +50,7 @@ GTEF_API_VERSION=2
 AC_SUBST(GTEF_API_VERSION)
 
 # Dependencies
-# Should be glib_req=2.51.5 but the version has not been bumped in git.
-glib_req=2.51.4
+glib_req=2.51.5
 gtk_req=3.20
 gtksourceview_req=3.22
 libxml_req=2.5


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