summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--meson.build2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 25c5c21..94642f3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Major changes in 43.0
+=====================
+- Translation updates
+
Major changes in 43.rc.1
========================
- Update default background file extension to webp
diff --git a/meson.build b/meson.build
index d6417ef..efeac23 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gsettings-desktop-schemas', 'c',
- version: '43.rc.1',
+ version: '43.0',
default_options: [
'warning_level=2'
],