summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-06-09 17:52:45 +0200
committerBastien Nocera <hadess@hadess.net>2022-06-09 17:52:45 +0200
commit818d9c7985e492849fc69f3284f678d7f1b70112 (patch)
treea5f8d4e83ec7aa04e028e238d675d8ea721c17d5
parent91a00996247b42a9660c5f92526c093c066bbb32 (diff)
downloadgnome-bluetooth-818d9c7985e492849fc69f3284f678d7f1b70112.tar.gz
42.142.1
-rw-r--r--NEWS4
-rw-r--r--meson.build2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 04837bb2..3a84d3c3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+ver 42.1:
+This version fixes the display of devices with '&' in their names, and contains
+updated translations.
+
ver 42.0:
This version contains updated translations.
diff --git a/meson.build b/meson.build
index 14e6c8fe..8946abc7 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-bluetooth', 'c',
- version: '42.0',
+ version: '42.1',
license: 'GPL2+',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.58.0',