[gedit-plugins] Bump version to 40.0



commit 530f122ed9e295bc37cf24a6425a9b2724337d5b
Author: Jordi Mas <jmas softcatala org>
Date:   Fri Mar 19 21:27:14 2021 +0100

    Bump version to 40.0

 NEWS        | 4 ++--
 README.md   | 2 +-
 meson.build | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index fd66244..d8f24c6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-News in 40.alpha, 2021-xx-yy (not yet released)
-----------------------------
+News in 40.0, 2021-03-13
+------------------------
 * Draw Spaces plugin: new implementation based on TeplSpaceDrawerPrefs.
 * Smart Spaces plugin: Python to C rewrite, new implementation based on the
   GtkSourceView:smart-backspace property.
diff --git a/README.md b/README.md
index 001aeb5..731f1a3 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 gedit-plugins
 =============
 
-This is version 3.38.1 of gedit-plugins.
+This is version 40.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 433aed1..a61cfb9 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.38.1',
+  version: '40.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.38')
+gedit_dep = dependency('gedit', version: '>= 40.0')
 
 appstream_util = find_program('appstream-util', required: false)
 


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