[devhelp] Release 3.30.0



commit 2a3994f735cf0cc9178ca2c671e183dcbd3e7b79
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Jul 16 13:39:32 2018 +0200

    Release 3.30.0
    
    If I don't do the release now, I think that nobody will do it for GNOME
    3.30 in September.
    
    Adiós, GNOME.

 NEWS        | 5 +++++
 README      | 2 +-
 meson.build | 6 +++---
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 255de708..1fe9e2f3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+News in 3.30.0, 2018-07-16
+--------------------------
+* A few small improvements.
+* Translation updates.
+
 News in 3.29.3, 2018-06-17
 --------------------------
 * Devhelp has moved to the GNOME GitLab instance. The bugzilla tickets have not
diff --git a/README b/README
index 4303999d..a243208a 100644
--- a/README
+++ b/README
@@ -16,7 +16,7 @@ Dependencies
 - glib >= 2.56
 - gtk+ >= 3.22
 - webkit2gtk-4.0 >= 2.20
-- Amtk >= 4.99.1 - https://wiki.gnome.org/Projects/Amtk
+- Amtk >= 5.0 - https://wiki.gnome.org/Projects/Amtk
 - gsettings-desktop-schemas
 
 Description
diff --git a/meson.build b/meson.build
index 32d5d967..26a6604d 100644
--- a/meson.build
+++ b/meson.build
@@ -6,7 +6,7 @@
 project(
         'devhelp', 'c',
         meson_version : '>= 0.43',
-        version : '3.29.4'
+        version : '3.30.0'
 )
 
 GNOME = import('gnome')
@@ -26,7 +26,7 @@ LIBDEVHELP_API_VERSION_FULL = '3.0'
 #   (Interfaces removed:    CURRENT++, AGE=0, REVISION=0)
 #   (Interfaces added:      CURRENT++, AGE++, REVISION=0)
 #   (No interfaces changed:                   REVISION++)
-lt_current = 5
+lt_current = 6
 lt_revision = 0
 lt_age = 0
 LIBDEVHELP_LT_VERSION = '@0@.@1@.@2@'.format(lt_current, lt_revision, lt_age)
@@ -49,7 +49,7 @@ endforeach
 
 DEVHELP_APP_DEPS = [
         LIBDEVHELP_DEPS,
-        dependency('amtk-5', version : '>= 4.99.1'),
+        dependency('amtk-5', version : '>= 5.0'),
         dependency('gsettings-desktop-schemas'),
 ]
 


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