[devhelp] Release 3.32.0



commit 65bcc7ffe377cf2abf5d6a7963cb3f16743dbaf9
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun Mar 10 11:53:50 2019 +0100

    Release 3.32.0
    
    No, I didn't forget the release.

 NEWS        | 10 ++++++++++
 meson.build |  4 ++--
 2 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index ad826d6d..b0910420 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+News in 3.32.0, 2019-03-10, “Milky Way” (the song I'm currently listening to)
+-----------------------------------------------------------------------------
+* GNOME goal “App menu retirement”:
+  https://gitlab.gnome.org/GNOME/Initiatives/issues/4
+* GNOME goal “App Icon Redesign”:
+  https://gitlab.gnome.org/GNOME/Initiatives/issues/2
+  (yes Devhelp has a new icon now).
+* A few minor and irrelevant improvements to the code.
+* A pile of translation updates as usual.
+
 News in 3.30.1, 2018-10-24
 --------------------------
 * Build: requires Meson >= 0.47.
diff --git a/meson.build b/meson.build
index 9ff90baa..a0def09c 100644
--- a/meson.build
+++ b/meson.build
@@ -6,7 +6,7 @@
 project(
         'devhelp', 'c',
         meson_version : '>= 0.47',
-        version : '3.31.0'
+        version : '3.32.0'
 )
 
 GNOME = import('gnome')
@@ -27,7 +27,7 @@ LIBDEVHELP_API_VERSION_FULL = '3.0'
 #   (Interfaces added:      CURRENT++, AGE++, REVISION=0)
 #   (No interfaces changed:                   REVISION++)
 lt_current = 6
-lt_revision = 0
+lt_revision = 1
 lt_age = 0
 LIBDEVHELP_LT_VERSION = '@0@.@1@.@2@'.format(lt_current, lt_revision, lt_age)
 


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