summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2020-12-22 01:31:28 +0100
committerFlorian Müllner <fmuellner@gnome.org>2020-12-22 01:46:14 +0100
commitadaa5ec6bd236f40f29cd9e867b80bc47c7beb7e (patch)
treee99369153c6279256f2182ae3c83bee8723330aa /meson.build
parent8eda814e39247ae3ab907c50cab20cc3e9129a08 (diff)
downloadgnome-shell-adaa5ec6bd236f40f29cd9e867b80bc47c7beb7e.tar.gz
build: Change upcoming version to 40.alpha2
I messed up and released 40.alpha at the same time as 3.38.2, when it's supposed to be in January. In order to re-align with the schedule, change the upcoming version to 40.alpha2 so we don't have to skip a release and will be back on track in time of 40.beta.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index b064b242d..500ef26c9 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-shell', 'c',
- version: '40.beta',
+ version: '40.alpha2',
meson_version: '>= 0.53.0',
license: 'GPLv2+'
)
@@ -25,7 +25,7 @@ gio_req = '>= 2.56.0'
gi_req = '>= 1.49.1'
gjs_req = '>= 1.65.1'
gtk_req = '>= 3.15.0'
-mutter_req = '>= 40.beta'
+mutter_req = '>= 40.alpha2'
polkit_req = '>= 0.100'
schemas_req = '>= 3.33.1'
startup_req = '>= 0.11'