build: Actually bump version

Yikes, sorry for that :-(
This commit is contained in:
Florian Müllner 2023-12-02 18:41:03 +01:00
parent 51ec18d48d
commit 583894c0f5
4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
project('gnome-shell', 'c',
version: '44.6',
version: '44.7',
meson_version: '>= 0.58.0',
license: 'GPLv2+'
)

View file

@ -1,5 +1,5 @@
project('gnome-extensions-app',
version: '44.6',
version: '44.7',
meson_version: '>= 0.58.0',
license: 'GPLv2+'
)

View file

@ -1,5 +1,5 @@
project('gnome-extensions-tool', 'c',
version: '44.6',
version: '44.7',
meson_version: '>= 0.58.0',
license: 'GPLv2+'
)

View file

@ -1,5 +1,5 @@
project('shew', 'c',
version: '44.6',
version: '44.7',
meson_version: '>= 0.58.0',
license: 'LGPLv2+',
)