[gedit] Release 3.20.0



commit 48138c410f3deb28b82dcd5296dbe8031dbae38c
Author: Paolo Borelli <pborelli gnome org>
Date:   Sun Mar 20 18:02:43 2016 +0100

    Release 3.20.0

 NEWS         |    6 ++++++
 README       |    8 ++++----
 configure.ac |   10 +++++-----
 3 files changed, 15 insertions(+), 9 deletions(-)
---
diff --git a/NEWS b/NEWS
index f9cc564..f0d1a9a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
 ============
+gedit 3.20.0
+============
+
+- Translation updates
+
+============
 gedit 3.19.5
 ============
 
diff --git a/README b/README
index d983800..126306f 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.19.5 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.20.0 of gedit. gedit is a small and lightweight UTF-8 text
 editor for the GNOME environment.
 
 gedit is part of GNOME and uses the latest GTK+ and GNOME libraries.
@@ -64,7 +64,7 @@ Information about gedit mailing lists can be found at
 Installation
 ============
 
-gedit requires GTK+ >= 3.19.0, GtkSourceView >= 3.19.3 and
+gedit requires GTK+ >= 3.20.0, GtkSourceView >= 3.20.0 and
 libpeas >= 1.14.1 libraries. It also has a run-time dependency on an
 icon theme for its icons. If gedit fails to display icons, installing
 GNOME's default adwaita-icon-theme is a simple way of providing them.
@@ -76,8 +76,8 @@ gspell >= 0.2.3 is required to enable the spell checking plugin.
 
 Simple install procedure:
 
-  % tar Jxf gedit-3.19.5.tar.xz                        # unpack the sources
-  % cd gedit-3.19.5                            # change to the toplevel directory
+  % tar Jxf gedit-3.20.0.tar.xz                        # unpack the sources
+  % cd gedit-3.20.0                            # change to the toplevel directory
   % ./configure                                        # run the `configure' script
   % make                                       # build gedit
   [ Become root if necessary ]
diff --git a/configure.ac b/configure.ac
index b6d59c8..4aa6a5a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,15 +3,15 @@ dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.63.2)
 
 m4_define(gedit_major_version, 3)
-m4_define(gedit_minor_version, 19)
-m4_define(gedit_micro_version, 5)
+m4_define(gedit_minor_version, 20)
+m4_define(gedit_micro_version, 0)
 m4_define(gedit_version, gedit_major_version.gedit_minor_version.gedit_micro_version)
 
 AC_INIT([gedit],
         [gedit_version],
-       [https://wiki.gnome.org/Apps/Gedit/ReportingBugs],
-       [gedit],
-       [https://wiki.gnome.org/Apps/Gedit])
+        [https://wiki.gnome.org/Apps/Gedit/ReportingBugs],
+        [gedit],
+        [https://wiki.gnome.org/Apps/Gedit])
 
 GEDIT_API_VERSION=3.14
 AC_SUBST(GEDIT_API_VERSION)


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