diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-01-17 15:51:03 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-01-17 15:51:03 +0100 |
commit | 62d5daad905c6cd47e43f71b03e3eeaf120ae1cb (patch) | |
tree | efa15317ffdff374f1c0b110acb4f68bb8631915 /meson.build | |
parent | 5be5b4c8ebd30ba0623599a1acae5b5c1d1a40a3 (diff) |
1.0.81.0.8
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 38637fe..e0be1e7 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gsr-ui', ['c', 'cpp'], version : '1.0.7', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') +project('gsr-ui', ['c', 'cpp'], version : '1.0.8', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') if get_option('buildtype') == 'debug' add_project_arguments('-g3', language : ['c', 'cpp']) |