summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2020-07-06 17:02:29 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2020-07-06 17:03:45 -0500
commit046c96fe07d58fe68bc806519365821a309773ce (patch)
treef8cb0823e51aaa70277165800583510f044a2c1d
parent1e6c0f5c1cf0457cb19995517c6f3959066e34b9 (diff)
downloadgnome-desktop-046c96fe07d58fe68bc806519365821a309773ce.tar.gz
Prepare 3.37.33.37.3
-rw-r--r--NEWS7
-rw-r--r--meson.build4
2 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 97eaeee0..15bb162d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+==============
+Version 3.37.3
+==============
+
+- Don't run locale tests at build time (#159, Simon McVittie)
+- Translation updates
+
===============
Version 3.37.2
===============
diff --git a/meson.build b/meson.build
index 8d819b70..f00a08f8 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-desktop', 'c',
meson_version: '>= 0.49.0',
- version: '3.37.2',
+ version: '3.37.3',
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.4'
+libversion = '19.0.5'
soversion = libversion.split('.')[0]
gdk_pixbuf_req = '>= 2.36.5'