From 79b337280662997ff97641bd966a6453f562e5b4 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Tue, 26 Nov 2024 12:20:43 -0300 Subject: [PATCH] Post-release version bump to 1.15.12 --- NEWS | 5 +++++ meson.build | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index abfb7378..1cd6eef7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Changes in 1.15.12 +~~~~~~~~~~~~~~~~~~ +Released: not yet + + Changes in 1.15.11 ~~~~~~~~~~~~~~~~~~ Released: 2024-11-26 diff --git a/meson.build b/meson.build index 31fdbbbe..f049b50c 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'flatpak', 'c', - version : '1.15.11', + version : '1.15.12', default_options: [ 'warning_level=2', ], @@ -13,7 +13,7 @@ project( flatpak_major_version = 1 flatpak_minor_version = 15 -flatpak_micro_version = 11 +flatpak_micro_version = 12 flatpak_extra_version = '' flatpak_interface_age = 0