summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Petridis <jordan@centricular.com>2020-08-10 22:28:43 +0300
committerJordan Petridis <jordan@centricular.com>2020-08-10 22:28:43 +0300
commit8990c212e35a5e93fa0d028c235da8b5ab3a27be (patch)
treeba1841354bba401b489305eac56ecfb7f44c1425
parent3521de51e391f81566efc38d714159492226a206 (diff)
downloadgnome-desktop-8990c212e35a5e93fa0d028c235da8b5ab3a27be.tar.gz
3.36.53.36.5
-rw-r--r--NEWS6
-rw-r--r--meson.build4
2 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 6207c744..b272e9d7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
===============
+Version 3.36.5
+===============
+
+- No changes
+
+===============
Version 3.36.4
===============
diff --git a/meson.build b/meson.build
index d995a75b..96357dff 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-desktop', 'c',
meson_version: '>= 0.49.0',
- version: '3.36.4',
+ version: '3.36.5',
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'