diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-05-18 01:32:18 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-05-18 01:32:18 +0200 |
commit | d0f8b7061f572772ddba10eccf6f59a1cc98252d (patch) | |
tree | 395debb4f40e6fa5dc6f6f2a9355d61ce9c9e894 /meson.build | |
parent | 3a4f03ce27daf77e825e324e4d089d166779dbdf (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 c39e077..7672724 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gsr-ui', ['c', 'cpp'], version : '1.6.3', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') +project('gsr-ui', ['c', 'cpp'], version : '1.6.4', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') if get_option('buildtype') == 'debug' add_project_arguments('-g3', language : ['c', 'cpp']) |