summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2020-11-24 14:55:01 -0600
committerMichael Catanzaro <mcatanzaro@gnome.org>2020-11-24 14:55:01 -0600
commitc6cca19a29270844f89eed198413e285ce5cf8cf (patch)
treeb43cb5d21d23c41f42240bebcf0fb14437642e9a
parent3668f114223ae7b7eb5e7cd58116b7fa5fb6d34e (diff)
downloadgnome-desktop-c6cca19a29270844f89eed198413e285ce5cf8cf.tar.gz
Prepare 3.38.23.38.2
-rw-r--r--NEWS6
-rw-r--r--meson.build4
2 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 78dd8abc..cf81d78a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
==============
+Version 3.38.2
+==============
+
+Translation updates
+
+==============
Version 3.38.1
==============
diff --git a/meson.build b/meson.build
index b7a51fe6..68f6b1cb 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-desktop', 'c',
meson_version: '>= 0.49.0',
- version: '3.38.1',
+ version: '3.38.2',
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.9'
+libversion = '19.0.10'
soversion = libversion.split('.')[0]
gdk_pixbuf_req = '>= 2.36.5'