Bump version to 40.alpha

The GNOME project has adopted a new versioning scheme[0], and
GNOME 3.38 will be followed by GNOME 40.

Open the new development cycle by switching to the new scheme, as
well as to post-release bumps as recommended.

[0] https://discourse.gnome.org/t/new-gnome-versioning-scheme/4235

https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1456
This commit is contained in:
Florian Müllner 2020-10-05 14:40:30 +02:00
parent b3c106c63b
commit deb78b9ada
5 changed files with 6 additions and 13 deletions

View File

@ -1,5 +1,5 @@
project('gnome-shell', 'c', project('gnome-shell', 'c',
version: '3.38.1', version: '40.alpha',
meson_version: '>= 0.53.0', meson_version: '>= 0.53.0',
license: 'GPLv2+' license: 'GPLv2+'
) )
@ -10,7 +10,7 @@ split_version = meson.project_version().split('.')
# the Cogl and Clutter libraries also use this API version. # the Cogl and Clutter libraries also use this API version.
# The API version is increased automatically each development cycle, # The API version is increased automatically each development cycle,
# starting with 0 in 3.23.x # starting with 0 in 3.23.x
api_version = (split_version[1].to_int() - 23) / 2 api_version = split_version[0].to_int() - 32
mutter_api_version = '@0@'.format(api_version) mutter_api_version = '@0@'.format(api_version)
clutter_pc = 'mutter-clutter-' + mutter_api_version clutter_pc = 'mutter-clutter-' + mutter_api_version

View File

@ -39,14 +39,7 @@
</description> </description>
<releases> <releases>
<release version="3.38.1" date="2020-10-05"/> <release version="40.alpha" type="development" date="2020-10-05"/>
<release version="3.38.0" date="2020-09-14">
<desciption>
<p>
Indicate extension errors.
</p>
</desciption>
</release>
</releases> </releases>
<screenshots> <screenshots>

View File

@ -1,5 +1,5 @@
project('gnome-extensions-app', project('gnome-extensions-app',
version: '3.38.1', version: '40.alpha',
meson_version: '>= 0.53.0', meson_version: '>= 0.53.0',
license: 'GPLv2+' license: 'GPLv2+'
) )

View File

@ -1,5 +1,5 @@
project('gnome-extensions-tool', 'c', project('gnome-extensions-tool', 'c',
version: '3.38.1', version: '40.alpha',
meson_version: '>= 0.53.0', meson_version: '>= 0.53.0',
license: 'GPLv2+' license: 'GPLv2+'
) )

View File

@ -1,5 +1,5 @@
project('shew', 'c', project('shew', 'c',
version: '3.38.1', version: '40.alpha',
meson_version: '>= 0.53.0', meson_version: '>= 0.53.0',
license: 'LGPLv2+', license: 'LGPLv2+',
) )