summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-07-13 22:38:07 +0200
committerCarlos Garnacho <carlosg@gnome.org>2022-07-13 22:38:07 +0200
commita437cdd4cb18f0f38ae4a63e1103f13f50cceea1 (patch)
tree672ed31d5fe2c6ea200e0e81bfbad79ae424fc8b
parent4e536834f179a1609554b2487b441712b9a98a65 (diff)
downloadgsettings-desktop-schemas-a437cdd4cb18f0f38ae4a63e1103f13f50cceea1.tar.gz
Release 43.alpha43.alpha
-rw-r--r--NEWS5
-rw-r--r--meson.build2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9f7857a..e1e395c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Major changes in 43.alpha
+=========================
+- Fix description of use-same-proxy setting
+- Translation updates
+
Major changes in 42.0
=====================
- Translation updates
diff --git a/meson.build b/meson.build
index 3fe41d2..eb0f49a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gsettings-desktop-schemas', 'c',
- version: '42.0',
+ version: '43.alpha',
default_options: [
'warning_level=2'
],