[gedit] Release 3.22.0



commit 9331db885861bef3d8da2bb5aac1da1c4dfe38f1
Author: Paolo Borelli <pborelli gnome org>
Date:   Sun Sep 18 16:11:05 2016 +0200

    Release 3.22.0

 NEWS         |    7 +++++++
 README       |    6 +++---
 configure.ac |    4 ++--
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2c7597b..2acd103 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+============
+gedit 3.22.0
+============
+
+- Misc bugfixes
+- Translation updates
+
 =============
 gedit 3.21.90
 =============
diff --git a/README b/README
index 1509d99..52ed67f 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.21.90 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.22.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.
@@ -76,8 +76,8 @@ gspell >= 0.2.3 is required to enable the spell checking plugin.
 
 Simple install procedure:
 
-  % tar Jxf gedit-3.21.90.tar.xz                       # unpack the sources
-  % cd gedit-3.21.90                           # change to the toplevel directory
+  % tar Jxf gedit-3.22.0.tar.xz                        # unpack the sources
+  % cd gedit-3.22.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 da64884..4f19eb4 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, 21)
-m4_define(gedit_micro_version, 90)
+m4_define(gedit_minor_version, 22)
+m4_define(gedit_micro_version, 0)
 m4_define(gedit_version, gedit_major_version.gedit_minor_version.gedit_micro_version)
 
 AC_INIT([gedit],


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