diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-05-15 12:37:12 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-05-15 12:37:12 +0200 |
commit | de1ed58f8d011f5f2c82b2b25ae08ae4f7708aca (patch) | |
tree | ae7c41a596d989cbfcdf8cd3e4f3e50207ce6cca /meson.build | |
parent | ff564fcb524faa44e04e8a880d1f474647dbaf8f (diff) |
1.6.31.6.3
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 5371847..c39e077 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gsr-ui', ['c', 'cpp'], version : '1.6.2', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') +project('gsr-ui', ['c', 'cpp'], version : '1.6.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']) |