From e93cd189e966ed0daf515f8398f12e2cb6dcf620 Mon Sep 17 00:00:00 2001 From: mirkobrombin Date: Tue, 15 Oct 2024 09:54:51 +0200 Subject: [PATCH] 51.15 --- VERSION | 2 +- data/com.usebottles.bottles.metainfo.xml.in | 5 +++++ meson.build | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 5c8712f55c..26f461fedb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -51.14 +51.15 diff --git a/data/com.usebottles.bottles.metainfo.xml.in b/data/com.usebottles.bottles.metainfo.xml.in index b01e6b0d10..7c470ed393 100644 --- a/data/com.usebottles.bottles.metainfo.xml.in +++ b/data/com.usebottles.bottles.metainfo.xml.in @@ -67,6 +67,11 @@ 768 + + +

Fixed a bug where the "win11" option was not available

+
+

New "Native" Force Stop all Processes option

diff --git a/meson.build b/meson.build index 8e74ef0c77..d07f0560a8 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'bottles', - version: '51.14', + version: '51.15', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2',