mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
Bump version to 46.3.1
Update NEWS.
This commit is contained in:
parent
b9b5f9ad2a
commit
52fd93196c
6 changed files with 12 additions and 4 deletions
7
NEWS
7
NEWS
|
|
@ -1,3 +1,10 @@
|
|||
46.3.1
|
||||
======
|
||||
* Fix including gvc source in tarball [Florian; !3164]
|
||||
|
||||
Contributors:
|
||||
Florian Müllner
|
||||
|
||||
46.3
|
||||
====
|
||||
* Fix rendering artifacts of some rounded borders [Jonas D.; !3354]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-shell', 'c',
|
||||
version: '46.3',
|
||||
version: '46.3.1',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -54,6 +54,7 @@
|
|||
</description>
|
||||
|
||||
<releases>
|
||||
<release version="46.3.1" date="2024-06-29"/>
|
||||
<release version="46.3" date="2024-06-29"/>
|
||||
<release version="46.2" date="2024-05-25"/>
|
||||
<release version="46.1" date="2024-04-20">
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-extensions-app',
|
||||
version: '46.3',
|
||||
version: '46.3.1',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-extensions-tool', 'c',
|
||||
version: '46.3',
|
||||
version: '46.3.1',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('shew', 'c',
|
||||
version: '46.3',
|
||||
version: '46.3.1',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'LGPLv2+',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue