Bump version to 44.0
Update NEWS.
This commit is contained in:
parent
2adc5faeee
commit
b6a7cac28f
11
NEWS
11
NEWS
@ -1,3 +1,14 @@
|
|||||||
|
44.0
|
||||||
|
====
|
||||||
|
* Bump version
|
||||||
|
|
||||||
|
Translators:
|
||||||
|
Piotr Drąg [pl], Martin [sl], Fran Dieguez [gl], Chao-Hsiung Liao [zh_TW],
|
||||||
|
Vasil Pupkin [be], Alexandre Franke [fr], Kukuh Syafaat [id],
|
||||||
|
Fabio Tomat [fur], Sabri Ünal [tr], Anders Jonsson [sv], Boyuan Yang [zh_CN],
|
||||||
|
Marek Černocký [cs], Alan Mortensen [da], Asier Sarasua Garmendia [eu],
|
||||||
|
Daniel [es], Aleksandr Melman [ru], MohammadSaleh Kamyab [fa]
|
||||||
|
|
||||||
44.rc
|
44.rc
|
||||||
=====
|
=====
|
||||||
* Unmute to default volume when slider was at 0 [Florian; !2644]
|
* Unmute to default volume when slider was at 0 [Florian; !2644]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('gnome-shell', 'c',
|
project('gnome-shell', 'c',
|
||||||
version: '44.rc',
|
version: '44.0',
|
||||||
meson_version: '>= 0.58.0',
|
meson_version: '>= 0.58.0',
|
||||||
license: 'GPLv2+'
|
license: 'GPLv2+'
|
||||||
)
|
)
|
||||||
@ -25,7 +25,7 @@ gio_req = '>= 2.56.0'
|
|||||||
gi_req = '>= 1.49.1'
|
gi_req = '>= 1.49.1'
|
||||||
gjs_req = '>= 1.73.1'
|
gjs_req = '>= 1.73.1'
|
||||||
gtk_req = '>= 3.15.0'
|
gtk_req = '>= 3.15.0'
|
||||||
mutter_req = '>= 44.rc'
|
mutter_req = '>= 44.0'
|
||||||
polkit_req = '>= 0.100'
|
polkit_req = '>= 0.100'
|
||||||
schemas_req = '>= 42.beta'
|
schemas_req = '>= 42.beta'
|
||||||
startup_req = '>= 0.11'
|
startup_req = '>= 0.11'
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
</description>
|
</description>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
<release version="44.rc" date="2023-03-06" type="development"/>
|
<release version="44.0" date="2023-03-19"/>
|
||||||
</releases>
|
</releases>
|
||||||
|
|
||||||
<screenshots>
|
<screenshots>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('gnome-extensions-app',
|
project('gnome-extensions-app',
|
||||||
version: '44.rc',
|
version: '44.0',
|
||||||
meson_version: '>= 0.58.0',
|
meson_version: '>= 0.58.0',
|
||||||
license: 'GPLv2+'
|
license: 'GPLv2+'
|
||||||
)
|
)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('gnome-extensions-tool', 'c',
|
project('gnome-extensions-tool', 'c',
|
||||||
version: '44.rc',
|
version: '44.0',
|
||||||
meson_version: '>= 0.58.0',
|
meson_version: '>= 0.58.0',
|
||||||
license: 'GPLv2+'
|
license: 'GPLv2+'
|
||||||
)
|
)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('shew', 'c',
|
project('shew', 'c',
|
||||||
version: '44.rc',
|
version: '44.0',
|
||||||
meson_version: '>= 0.58.0',
|
meson_version: '>= 0.58.0',
|
||||||
license: 'LGPLv2+',
|
license: 'LGPLv2+',
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user