aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-04-05 11:08:11 +0200
committerdec05eba <dec05eba@protonmail.com>2025-04-05 11:08:11 +0200
commit01ce93429448c43c79d56c40cbba13b4290de145 (patch)
tree3886a030840eb7609ffe5662d9082d92b5de728f
parent7be4e6b514405e770e2a47cb80b1684c0210d858 (diff)
Update flatpak version number
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index b70931a..91172a0 100644
--- a/meson.build
+++ b/meson.build
@@ -61,7 +61,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.2.0"', language: ['c', 'cpp'])
+add_project_arguments('-DGSR_FLATPAK_VERSION="5.3.0"', language: ['c', 'cpp'])
executable(
meson.project_name(),