Post-release version bump

This commit is contained in:
Georges Basile Stavracas Neto
2024-12-20 10:44:19 -03:00
parent 18bb8a5f23
commit 7a6c98c563
2 changed files with 9 additions and 3 deletions

6
NEWS
View File

@@ -1,3 +1,9 @@
Changes in 1.16.0
~~~~~~~~~~~~~~~~~~
Released: not yet
...
Changes in 1.15.91
~~~~~~~~~~~~~~~~~~
Released: 2024-12-19

View File

@@ -4,7 +4,7 @@
project(
'flatpak',
'c',
version : '1.15.91',
version : '1.16.0',
default_options: [
'warning_level=2',
],
@@ -12,8 +12,8 @@ project(
)
flatpak_major_version = 1
flatpak_minor_version = 15
flatpak_micro_version = 91
flatpak_minor_version = 16
flatpak_micro_version = 0
flatpak_extra_version = ''
flatpak_interface_age = 0