We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f888c2f commit 34f7c03Copy full SHA for 34f7c03
data/gala.appdata.xml.in
@@ -11,7 +11,7 @@
11
<p>A window & compositing manager based on libmutter and designed by elementary for use with Pantheon.</p>
12
</description>
13
<releases>
14
- <release version="6.3.3" date="2022-10-14" urgency="medium">
+ <release version="6.3.3" date="2022-10-16" urgency="medium">
15
<description>
16
<p>Improvements:</p>
17
<ul>
meson.build
@@ -1,6 +1,6 @@
1
project('gala',
2
'c', 'vala',
3
- version: '6.3.2',
+ version: '6.3.3',
4
meson_version: '>= 0.50.0',
5
license: 'GPL3',
6
)
0 commit comments