diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-06-10 11:01:41 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-06-10 11:01:41 +0200 |
commit | 644d3f36d14b88ca578869bf135ea10999fb16e8 (patch) | |
tree | c8b9df9605c9b3074fe89d1178e99c1f942f5141 | |
parent | 6607aba30b3a8580d412b3b9bf7baf8398ae2114 (diff) |
Update flatpak version
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 8db274d..7357a43 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.1"', language: ['c', 'cpp']) +add_project_arguments('-DGSR_FLATPAK_VERSION="5.7.2"', language: ['c', 'cpp']) executable( meson.project_name(), |