summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2023-03-20 11:42:37 -0400
committerRay Strode <rstrode@redhat.com>2023-03-20 11:42:37 -0400
commit6f137e9b59a0bb4b5a47d4af723c64bce053ea1d (patch)
tree7ef31afe940f6ec72b4bf73ca0a003dfc3cfc491
parent889005c5a2ee06928eefcdbfa368c3bac78a612a (diff)
downloadgdm-6f137e9b59a0bb4b5a47d4af723c64bce053ea1d.tar.gz
meson: Bump to 44.044.0
-rw-r--r--NEWS5
-rw-r--r--meson.build2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3cabc87d..8f53c598 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 83571219..57116f2a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gdm', 'c',
- version: '44.rc',
+ version: '44.0',
license: 'GPL2+',
meson_version: '>= 0.57',
)