diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-03-05 22:10:30 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-03-05 22:10:30 +0100 |
commit | 6449133c578635bff71162909ff0a825b78fdc9a (patch) | |
tree | 1ff558be448b5a611e835196dc647b24b779c8ab /meson.build | |
parent | 1168e6827887827a1d1340d7ff7da857c082461e (diff) |
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 351a1d1..647bf73 100644 --- a/meson.build +++ b/meson.build @@ -54,7 +54,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.1.6"', language: ['c', 'cpp']) +add_project_arguments('-DGSR_FLATPAK_VERSION="5.1.7"', language: ['c', 'cpp']) executable( meson.project_name(), |