Skip to content

Commit

Permalink
Prepare v1.15.7
Browse files Browse the repository at this point in the history
Signed-off-by: Simon McVittie <[email protected]>
  • Loading branch information
smcv committed Mar 27, 2024
1 parent 762c50b commit ddb651d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS
@@ -1,6 +1,6 @@
Changes in 1.15.7
~~~~~~~~~~~~~~~~~
Released: not yet
Released: 2024-03-27

Dependencies:

Expand Down
4 changes: 2 additions & 2 deletions meson.build
Expand Up @@ -4,7 +4,7 @@
project(
'flatpak',
'c',
version : '1.15.6',
version : '1.15.7',
default_options: [
'warning_level=2',
],
Expand All @@ -13,7 +13,7 @@ project(

flatpak_major_version = 1
flatpak_minor_version = 15
flatpak_micro_version = 6
flatpak_micro_version = 7
flatpak_extra_version = ''

flatpak_interface_age = 0
Expand Down

0 comments on commit ddb651d

Please sign in to comment.