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 8f53c598..6c4b23d6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
============
+Version 44.1
+============
+- Fix blown assertion log spew
+- Translation updates
+
+============
Version 44.0
============
- Translation updates
diff --git a/meson.build b/meson.build
index 57116f2a..a3583548 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gdm', 'c',
- version: '44.0',
+ version: '44.1',
license: 'GPL2+',
meson_version: '>= 0.57',
)