Update flatpak version reference

This commit is contained in:
dec05eba
2025-09-10 21:36:19 +02:00
parent c18b062180
commit 3ba9ce771b

View File

@@ -65,7 +65,7 @@ datadir = get_option('datadir')
gsr_ui_resources_path = join_paths(prefix, datadir, 'gsr-ui') 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_UI_VERSION="' + meson.project_version() + '"', language: ['c', 'cpp'])
add_project_arguments('-DGSR_FLATPAK_VERSION="5.7.8"', language: ['c', 'cpp']) add_project_arguments('-DGSR_FLATPAK_VERSION="5.7.9"', language: ['c', 'cpp'])
executable( executable(
meson.project_name(), meson.project_name(),