From 8032cb2cf06f5641e02e743894741ca8133ad801 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 25 Dec 2025 08:19:30 +0100 Subject: [PATCH] 1.9.0 --- meson.build | 4 ++-- project.conf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meson.build b/meson.build index ab4c55f..74b1481 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gsr-ui', ['c', 'cpp'], version : '1.8.3', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') +project('gsr-ui', ['c', 'cpp'], version : '1.9.0', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') add_project_arguments('-D_FILE_OFFSET_BITS=64', language : ['c', 'cpp']) @@ -66,7 +66,7 @@ datadir = get_option('datadir') gsr_ui_resources_path = join_paths(prefix, datadir, 'gsr-ui') add_project_arguments('-DGSR_UI_VERSION="' + meson.project_version() + '"', language: ['c', 'cpp']) -add_project_arguments('-DGSR_FLATPAK_VERSION="5.10.0"', language: ['c', 'cpp']) +add_project_arguments('-DGSR_FLATPAK_VERSION="5.11.1"', language: ['c', 'cpp']) executable( meson.project_name(), diff --git a/project.conf b/project.conf index 728a39e..173e648 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gsr-ui" type = "executable" -version = "1.8.3" +version = "1.9.0" platforms = ["posix"] [lang.cpp]