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.
This commit is contained in:
Florian Müllner 2020-12-22 01:16:20 +01:00
parent 3a8b714e72
commit 1fa7176d98

View File

@ -1,5 +1,5 @@
project('mutter', 'c',
version: '40.beta',
version: '40.alpha2',
meson_version: '>= 0.51.0',
license: 'GPLv2+'
)