From 7a6c98c563a43a0d4b601b6bc7daaff3e4776efb Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Fri, 20 Dec 2024 10:44:19 -0300 Subject: [PATCH] Post-release version bump --- NEWS | 6 ++++++ meson.build | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 8f0132e6..29f2ad3c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Changes in 1.16.0 +~~~~~~~~~~~~~~~~~~ +Released: not yet + +... + Changes in 1.15.91 ~~~~~~~~~~~~~~~~~~ Released: 2024-12-19 diff --git a/meson.build b/meson.build index 133807a4..a1b783b2 100644 --- a/meson.build +++ b/meson.build @@ -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