diff --git a/NEWS b/NEWS index 17e212c0..747be56c 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ Changes in 1.15.10 ~~~~~~~~~~~~~~~~~~ -Released: not yet +Released: 2024-08-14 Dependencies: diff --git a/meson.build b/meson.build index 2ba6c287..2e8a1c0c 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'flatpak', 'c', - version : '1.15.9', + version : '1.15.10', default_options: [ 'warning_level=2', ], @@ -13,7 +13,7 @@ project( flatpak_major_version = 1 flatpak_minor_version = 15 -flatpak_micro_version = 9 +flatpak_micro_version = 10 flatpak_extra_version = '' flatpak_interface_age = 0