diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-01-26 10:23:45 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-01-26 10:23:45 +0100 |
commit | 269d55d7eb9db3b4c48fbda52e1320372751432a (patch) | |
tree | 8cf2af1070fb83e9793162ab6f89e58936e69483 | |
parent | c04e6a87e6ba1168de59643bed9a5e9c62c37c44 (diff) |
1.1.31.1.3
-rw-r--r-- | meson.build | 4 | ||||
-rw-r--r-- | project.conf | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meson.build b/meson.build index d9d16c9..489763d 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gsr-ui', ['c', 'cpp'], version : '1.1.2', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') +project('gsr-ui', ['c', 'cpp'], version : '1.1.3', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') if get_option('buildtype') == 'debug' add_project_arguments('-g3', language : ['c', 'cpp']) @@ -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.1"', language: ['c', 'cpp']) +add_project_arguments('-DGSR_FLATPAK_VERSION="5.1.2"', language: ['c', 'cpp']) executable( meson.project_name(), diff --git a/project.conf b/project.conf index 4e05220..bb5de50 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gsr-ui" type = "executable" -version = "1.1.2" +version = "1.1.3" platforms = ["posix"] [lang.cpp] |