summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2021-03-22 23:06:17 +0100
committerKalev Lember <klember@redhat.com>2021-03-22 23:06:17 +0100
commit7e5a95616ebce37999f37bbf3460cd8b674ae62f (patch)
tree055c18662e3ceab8bfc8a12a8b2f08c39339947b
parent993fa016de4f5f3ae9f00845730fa33a37066c80 (diff)
downloadgnome-desktop-7e5a95616ebce37999f37bbf3460cd8b674ae62f.tar.gz
40.040.0
-rw-r--r--NEWS6
-rw-r--r--meson.build4
2 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 9fd59b36..689e5f6b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+============
+Version 40.0
+============
+
+- No changes
+
===============
Version 40.rc
===============
diff --git a/meson.build b/meson.build
index 73ee2405..3efd6773 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-desktop', 'c',
meson_version: '>= 0.49.0',
- version: '40.rc',
+ version: '40.0',
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.1.2'
+libversion = '19.1.3'
soversion = libversion.split('.')[0]
gdk_pixbuf_req = '>= 2.36.5'