[gedit] Bump version to 3.27.4



commit 0e0f230be925d0ba314aad57c63830b2e8ad68e7
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Sun Jan 28 12:24:10 2018 -0500

    Bump version to 3.27.4

 NEWS         |    7 +++++++
 README       |   10 +++++-----
 configure.ac |    8 ++++----
 3 files changed, 16 insertions(+), 9 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8e4fab6..f81b7db 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
 ============
+gedit 3.27.4
+============
+
+- Misc bugfixes
+- Translation updates
+
+============
 gedit 3.22.1
 ============
 
diff --git a/README b/README
index c669cc3..8b00635 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.22.0 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.27.4 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,20 +64,20 @@ Information about gedit mailing lists can be found at
 Installation
 ============
 
-gedit requires GTK+ >= 3.20.0, GtkSourceView >= 3.21.2 and
+gedit requires GTK+ >= 3.22.0, GtkSourceView >= 3.22.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.
 
-PyGobject 3.0.x and gobject-introspection 0.9.0 are required to enable
+PyGObject 3.0.x and gobject-introspection 0.9.0 are required to enable
 python plugins support.
 
 gspell >= 0.2.3 is required to enable the spell checking plugin.
 
 Simple install procedure:
 
-  % tar Jxf gedit-3.22.1.tar.xz                        # unpack the sources
-  % cd gedit-3.22.1                            # change to the toplevel directory
+  % tar Jxf gedit-3.27.4.tar.xz                        # unpack the sources
+  % cd gedit-3.27.4                            # 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 c6f8c6d..525523a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ 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, 22)
-m4_define(gedit_micro_version, 1)
+m4_define(gedit_minor_version, 27)
+m4_define(gedit_micro_version, 4)
 m4_define(gedit_version, gedit_major_version.gedit_minor_version.gedit_micro_version)
 
 AC_INIT([gedit],
@@ -18,8 +18,8 @@ AC_SUBST(GEDIT_API_VERSION)
 
 # Dependencies
 GLIB_REQUIRED=2.44
-GTK_REQUIRED=3.21.3
-GTKSOURCEVIEW_REQUIRED=3.21.2
+GTK_REQUIRED=3.22.0
+GTKSOURCEVIEW_REQUIRED=3.22.0
 LIBPEAS_REQUIRED=1.14.1
 LIBXML_REQUIRED=2.5.0
 GSPELL_REQUIRED=0.2.5


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