summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',