[devhelp] Release 3.34.0



commit aedf9f41d7b1f273488bf69da2e773fdbff1e699
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Sep 9 15:55:55 2019 +0200

    Release 3.34.0

 NEWS        | 6 ++++++
 meson.build | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index b0910420..8b6cb033 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+News in 3.34.0, 2019-09-09
+--------------------------
+* Enable back-forward swipe gesture in the HTML pages.
+* Write more contributor docs.
+* Translation updates.
+
 News in 3.32.0, 2019-03-10, “Milky Way” (the song I'm currently listening to)
 -----------------------------------------------------------------------------
 * GNOME goal “App menu retirement”:
diff --git a/meson.build b/meson.build
index a0def09c..ebfad625 100644
--- a/meson.build
+++ b/meson.build
@@ -6,7 +6,7 @@
 project(
         'devhelp', 'c',
         meson_version : '>= 0.47',
-        version : '3.32.0'
+        version : '3.34.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 = 1
+lt_revision = 2
 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]