summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2022-04-08 15:35:53 -0500
committerMichael Catanzaro <mcatanzaro@redhat.com>2022-04-08 15:35:53 -0500
commit0ecd264899bd763905752bb32b90249bebe144aa (patch)
treec405de7026710f5e549dba7b1a97a9a9237836b3
parent94b253000f081423a3c813d340ed486fc170768d (diff)
downloadgnome-desktop-0ecd264899bd763905752bb32b90249bebe144aa.tar.gz
Early version bump to 43.alpha
We need to be able to check for GNOME_DESKTOP_PLATFORM_VERSION >= 43.
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 1f3997dc..8333d946 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-desktop', 'c',
meson_version: '>= 0.56.2',
- version: '42.rc',
+ version: '43.alpha',
license: ['GPL-2.0-or-later', 'LGPL-2.1-or-later'],
default_options: [
'c_std=gnu99',