diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-02-05 22:16:22 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-02-05 22:16:22 +0100 |
commit | 4a0612ae8f875941957b571b4dd09b96e70cfe39 (patch) | |
tree | 4e076f87fe388b70633ca24b19d972868871c3f8 | |
parent | c650974a11a2ba6a14d57740a6935d7652a6feb1 (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 31347a1..60a15f8 100644 --- a/meson.build +++ b/meson.build @@ -52,7 +52,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.3"', language: ['c', 'cpp']) +add_project_arguments('-DGSR_FLATPAK_VERSION="5.1.4"', language: ['c', 'cpp']) executable( meson.project_name(), |