We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0835c02 commit 7fc47abCopy full SHA for 7fc47ab
NEWS
@@ -1,3 +1,9 @@
1
+Changes in 1.17.1
2
+~~~~~~~~~~~~~~~~~~
3
+Released: not yet
4
+
5
+...
6
7
Changes in 1.17.0
8
~~~~~~~~~~~~~~~~~~
9
Released: 2025-11-03
meson.build
@@ -4,7 +4,7 @@
project(
'flatpak',
'c',
- version : '1.17.0',
+ version : '1.17.1',
default_options: [
'warning_level=2',
10
],
@@ -13,7 +13,7 @@ project(
13
14
flatpak_major_version = 1
15
flatpak_minor_version = 17
16
-flatpak_micro_version = 0
+flatpak_micro_version = 1
17
flatpak_extra_version = ''
18
19
flatpak_interface_age = 0
0 commit comments