diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-01-21 19:02:11 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-01-21 19:02:11 +0100 |
commit | afd22a66b81cbf63ec086e248a812c2091fe7b26 (patch) | |
tree | 9c35694892d381f37194d66d9b857b235c91eb32 /meson.build | |
parent | b5aa638c585d374d3c4ceb2533842f9e3087f7dd (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 18a0eb9..8bca839 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gsr-notify', ['cpp'], version : '1.0.1', default_options : ['warning_level=2'], subproject_dir : 'depends') +project('gsr-notify', ['cpp'], version : '1.0.2', default_options : ['warning_level=2'], subproject_dir : 'depends') if get_option('buildtype') == 'debug' add_project_arguments('-g3', language : ['cpp']) |