diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-03-15 01:02:36 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-03-15 01:02:36 +0100 |
commit | 34b9aad24ba631762f3d77c7850896e48883ee7c (patch) | |
tree | ad5991365d0a1dc0d3b57c683c594745c8b69f65 /meson.build | |
parent | 63b2b6cbc34b9e34208f3bff96686b9bd3f54521 (diff) |
1.3.0
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 2acdfb0..936fb27 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gsr-ui', ['c', 'cpp'], version : '1.2.2', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') +project('gsr-ui', ['c', 'cpp'], version : '1.3.0', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') if get_option('buildtype') == 'debug' add_project_arguments('-g3', language : ['c', 'cpp']) |