summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-09-18 08:36:31 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-09-18 08:38:01 -0400
commitb6112c345181d8e1509c443f97b4f8b7bcc61725 (patch)
tree603a4d11b1f9166327aa7dff61d201ce12ec3e88
parent5bae08a4f3fc7891991fe7a41418b59ca9390fc6 (diff)
downloadgnome-desktop-b6112c345181d8e1509c443f97b4f8b7bcc61725.tar.gz
4343
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1af3fec1..60ccad9c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+==========
+Version 43
+==========
+
+- Translation updates
+
=============
Version 42.rc
=============
diff --git a/meson.build b/meson.build
index 0549e62c..6a888b80 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-desktop', 'c',
meson_version: '>= 0.56.2',
- version: '43.rc',
+ version: '43',
license: ['GPL-2.0-or-later', 'LGPL-2.1-or-later'],
default_options: [
'c_std=gnu99',