summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--meson.build2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ce718870..1744a38c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+============
+Version 44.0
+============
+- Translation updates
+
=============
Version 44.rc
=============
diff --git a/meson.build b/meson.build
index d6b8d5a2..6fdc76d1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-settings-daemon', 'c',
- version: '44.rc',
+ version: '44.0',
license: [ 'GPL2+', 'LGPLv2+' ],
meson_version: '>= 0.57.0'
)