Post-release version bump

This commit is contained in:
Georges Basile Stavracas Neto
2025-05-10 23:44:21 -03:00
parent b676905d91
commit c8bd78dfb5
2 changed files with 8 additions and 2 deletions

6
NEWS
View File

@@ -1,3 +1,9 @@
Changes in 1.16.2
~~~~~~~~~~~~~~~~~~
Released: not yet
...
Changes in 1.16.1
~~~~~~~~~~~~~~~~~~
Released: 2025-05-10

View File

@@ -4,7 +4,7 @@
project(
'flatpak',
'c',
version : '1.16.1',
version : '1.16.2',
default_options: [
'warning_level=2',
],
@@ -13,7 +13,7 @@ project(
flatpak_major_version = 1
flatpak_minor_version = 16
flatpak_micro_version = 1
flatpak_micro_version = 2
flatpak_extra_version = ''
flatpak_interface_age = 0