diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-05-25 14:56:46 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-05-25 19:08:57 +0200 |
commit | fded9b8d57facde1a01e9456d9fd9c3b6955dd23 (patch) | |
tree | 7f77a7a119e3df2e37313b70f922a93d9e177221 /meson.build | |
parent | b80e3f8bebe48e102033fe7ab0e402aa869135d3 (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 7672724..8b53fdd 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gsr-ui', ['c', 'cpp'], version : '1.6.4', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') +project('gsr-ui', ['c', 'cpp'], version : '1.6.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']) |