[devhelp] Release 3.38.0



commit 7307a810be192300d50c9f1510b53fbb96c9ee8e
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Fri Sep 11 02:53:57 2020 +0200

    Release 3.38.0

 NEWS        | 4 ++++
 meson.build | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 443b2052..96870aab 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+News in 3.38.0, 2020-09-11
+--------------------------
+* Translation updates.
+
 News in 3.37.1, 2020-05-29
 --------------------------
 * Enable WebKitGTK sandbox.
diff --git a/meson.build b/meson.build
index 39a526d6..73af0f60 100644
--- a/meson.build
+++ b/meson.build
@@ -6,7 +6,7 @@
 project(
   'devhelp', 'c',
   meson_version: '>= 0.53',
-  version: '3.37.2',
+  version: '3.38.0',
   default_options: ['warning_level=2']
 )
 
@@ -42,7 +42,7 @@ LIBDEVHELP_API_VERSION_FULL = '3.0'
 # When incrementing the API version (usually for a new major package version),
 # set CURRENT, REVISION and AGE to 0 since it's like a new library.
 lt_current = 6
-lt_revision = 2
+lt_revision = 3
 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]