[gnome-desktop/gnome-3-36] 3.36.4



commit 3521de51e391f81566efc38d714159492226a206
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Wed Jul 8 18:05:37 2020 +0100

    3.36.4

 NEWS        | 7 +++++++
 meson.build | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 36b6a566..6207c744 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+===============
+Version 3.36.4
+===============
+
+- tests: Don't run at build-time
+- Translation updates
+
 ===============
 Version 3.36.3
 ===============
diff --git a/meson.build b/meson.build
index 7d9bf10a..d995a75b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-desktop', 'c',
   meson_version: '>= 0.49.0',
-  version: '3.36.3.1',
+  version: '3.36.4',
   license: ['GPL2+', 'LGPL2+']
 )
 
@@ -14,7 +14,7 @@ project('gnome-desktop', 'c',
 # to 0. When bumping the second version, set the third one to zero.
 #
 # A lot easier than libtool, right?
-libversion = '19.0.3'
+libversion = '19.0.4'
 soversion = libversion.split('.')[0]
 
 gdk_pixbuf_req = '>= 2.36.5'


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