summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2023-02-15 14:40:41 +0100
committerCarlos Garnacho <carlosg@gnome.org>2023-02-15 14:40:41 +0100
commit186faa09c329cb72b1712dd34eec38d5adf2ed78 (patch)
treeada34dca42b4da9766dc3c06c607108cbfeac660
parent1ffd8e6bacaf3f01ab0f4b5cd407567af0ba990f (diff)
downloadgsettings-desktop-schemas-186faa09c329cb72b1712dd34eec38d5adf2ed78.tar.gz
Release 44.beta44.beta
-rw-r--r--NEWS5
-rw-r--r--meson.build2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 94642f3..c72ea23 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Major changes in 44.beta
+========================
+- Build improvements
+- Translation updates
+
Major changes in 43.0
=====================
- Translation updates
diff --git a/meson.build b/meson.build
index 2980b0f..9f23e6b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gsettings-desktop-schemas', 'c',
- version: '43.0',
+ version: '44.beta',
default_options: [
'warning_level=2'
],