[gedit-plugins] Release 3.38.0



commit ff08d2a02a6a1084a37ed736d7bf0328ebd9df31
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Fri Sep 11 15:12:37 2020 +0200

    Release 3.38.0

 NEWS        | 4 ++++
 README.md   | 2 +-
 meson.build | 4 ++--
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index babfab8..142382a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+News in 3.38.0, 2020-09-11
+--------------------------
+* Translation updates.
+
 News in 3.37.92, 2020-09-04
 ---------------------------
 * Updates to the user manual.
diff --git a/README.md b/README.md
index 02cb11d..2fe97ad 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 gedit-plugins
 =============
 
-This is version 3.37.92 of gedit-plugins.
+This is version 3.38.0 of gedit-plugins.
 
 gedit-plugins is a set of additional plugins for the
 [gedit](https://wiki.gnome.org/Apps/Gedit) text editor.
diff --git a/meson.build b/meson.build
index 60f6d70..2ecca7b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'gedit-plugins', 'c', # vala is added below if needed, with add_languages().
-  version: '3.37.92',
+  version: '3.38.0',
   meson_version: '>= 0.50'
 )
 
@@ -26,7 +26,7 @@ localedir = join_paths(datadir, 'locale')
 
 # Dependencies in common for all plugins
 libpeas_dep = dependency('libpeas-1.0', version: '>= 1.14.1')
-gedit_dep = dependency('gedit', version: '>= 3.37.92')
+gedit_dep = dependency('gedit', version: '>= 3.38')
 
 appstream_util = find_program('appstream-util', required: false)
 


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