diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-02-03 01:25:32 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-02-03 01:25:32 +0100 |
commit | f505323d564908ce7931c279371a66225b218bf5 (patch) | |
tree | 68863e6f3c5211ba5e46bfa7f7420d624bbd2291 /meson.build | |
parent | 309cc3425b67e3cf6d854ba42d54503a95963f92 (diff) |
1.1.51.1.5
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 b0f70eb..6b8ec4e 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gsr-ui', ['c', 'cpp'], version : '1.1.4', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') +project('gsr-ui', ['c', 'cpp'], version : '1.1.5', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') if get_option('buildtype') == 'debug' add_project_arguments('-g3', language : ['c', 'cpp']) |