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 b39ae4a7..e914e5f1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+ver 42.alpha.2:
+This version of gnome-bluetooth splits the libraries into UI and non-UI
+versions. The UI library is only exposed as a native library for the benefit
+of gnome-control-center, and the non-UI library is only exposed as an
+introspected library for the benefit of gnome-shell.
+
ver 42.alpha:
This version of gnome-bluetooth contains major API changes, but it is
parallel-installable with the GTK 3-based, 3.34.x versions of the
diff --git a/meson.build b/meson.build
index 895c5070..9a4092b4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-bluetooth', 'c',
- version: '42.alpha',
+ version: '42.alpha.2',
license: 'GPL2+',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.53.0',