[gedit-plugins] Release 3.36.0



commit 57b3da3c684a318da6987b7adeaa25fa8eed966d
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Fri Mar 6 15:19:37 2020 +0100

    Release 3.36.0

 NEWS        | 5 +++++
 README.md   | 2 +-
 meson.build | 4 ++--
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4a852cc..0cd3f70 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+News in 3.36.0, 2020-03-06
+--------------------------
+* Updates to the user manual.
+* Translation updates.
+
 News in 3.35.90, 2020-01-31
 ---------------------------
 * Remove the Zeitgeist plugin. For the explanation see:
diff --git a/README.md b/README.md
index 0d1746c..1644ecf 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 gedit-plugins
 =============
 
-This is version 3.35.90 of gedit-plugins.
+This is version 3.36.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 88ca83a..c6dd3f9 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.35.90',
+  version: '3.36.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.35.1')
+gedit_dep = dependency('gedit', version: '>= 3.36')
 
 appstream_util = find_program('appstream-util', required: false)
 


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