summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbderrahim Kitouni <akitouni@gnome.org>2021-07-15 11:21:15 +0100
committerAbderrahim Kitouni <akitouni@gnome.org>2021-07-15 11:21:15 +0100
commit4c4a631ea37efd2d0f5a28ddb927e128a7d5422b (patch)
tree8c586bb2040e493236fc26d99e6b56e3c5736fa3
parent06583bb8b5d5f96981ce8556411620fbdc808f98 (diff)
downloadgnome-desktop-4c4a631ea37efd2d0f5a28ddb927e128a7d5422b.tar.gz
Prepare 40.340.3
-rw-r--r--NEWS6
-rw-r--r--meson.build4
2 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0aaf2353..5569a45f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
============
+Version 40.3
+============
+
+- Translation updates
+
+============
Version 40.2
============
diff --git a/meson.build b/meson.build
index 1a4544d6..d6132747 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-desktop', 'c',
meson_version: '>= 0.49.0',
- version: '40.2',
+ version: '40.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.1.4'
+libversion = '19.1.5'
soversion = libversion.split('.')[0]
gdk_pixbuf_req = '>= 2.36.5'