[gedit] Release 3.33.92



commit 4c58849a6a3c6ede3ddc43039f31692ac7d34a28
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Tue Sep 3 12:19:37 2019 +0200

    Release 3.33.92
    
    New news format, to follow the same format as GtkSourceView, gspell,
    Tepl, and other projects. Adding the date is convenient, instead of
    looking in the git log.

 NEWS        | 12 ++++++++++++
 README.md   |  2 +-
 meson.build |  2 +-
 3 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 63e88a907..bf62ce84a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+News in 3.33.92, 2019-09-03
+---------------------------
+* Documentation:
+ - Overhaul README.md and CONTRIBUTING.md (renamed from HACKING).
+ - Write several documents in Markdown in the docs/ directory:
+       - gedit development - getting started
+       - gedit installation by building the source code
+       - a new roadmap
+  (Sébastien Wilmet)
+* Updates to the Snap and Flatpak packages (Ken VanDine, Martin Blanchard)
+* Translation updates.
+
 =============
 gedit 3.33.90
 =============
diff --git a/README.md b/README.md
index 2b5fc72b8..8f32ebeb3 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 gedit - The GNOME text editor
 =============================
 
-This is version 3.33.90 of gedit.
+This is version 3.33.92 of gedit.
 
 gedit is the official text editor of the GNOME desktop environment.
 While aiming at simplicity and ease of use, gedit is a powerful general
diff --git a/meson.build b/meson.build
index 87b5f3547..da4339fb7 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'gedit', 'c',
-  version: '3.33.90',
+  version: '3.33.92',
   meson_version: '>=0.46.0',
   license: 'GPL2'
 )


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