diff --git a/NEWS b/NEWS index ce597480..abfb7378 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ Changes in 1.15.11 ~~~~~~~~~~~~~~~~~~ -Released: not yet +Released: 2024-11-26 Dependencies: diff --git a/meson.build b/meson.build index 2e8a1c0c..31fdbbbe 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'flatpak', 'c', - version : '1.15.10', + version : '1.15.11', default_options: [ 'warning_level=2', ], @@ -13,7 +13,7 @@ project( flatpak_major_version = 1 flatpak_minor_version = 15 -flatpak_micro_version = 10 +flatpak_micro_version = 11 flatpak_extra_version = '' flatpak_interface_age = 0