diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-06-23 13:00:02 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-06-23 13:00:02 +0200 |
commit | 0b8a3815b4d6f0259d920cda6a4f2a8b004eeb17 (patch) | |
tree | 9cb9087dd7dbfc9d90734a1208b99c4199feb65b /meson.build | |
parent | fc82d73728cbacee101021ecee38f380cfaa6599 (diff) |
Update flatpak version reference
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 7357a43..002c8b1 100644 --- a/meson.build +++ b/meson.build @@ -62,7 +62,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.7.2"', language: ['c', 'cpp']) +add_project_arguments('-DGSR_FLATPAK_VERSION="5.7.3"', language: ['c', 'cpp']) executable( meson.project_name(), |