diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-02-05 20:24:18 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-02-05 20:24:18 +0100 |
commit | 238492aecf7f6fa31ff3d9fee528b50a7ab3e946 (patch) | |
tree | 672e4e817c39e0aaf72bfbce698634894049f7d3 /meson.build | |
parent | 1db9bba49448c08225d142541a58048b8c121115 (diff) |
1.0.31.0.3
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 8bca839..216045e 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gsr-notify', ['cpp'], version : '1.0.2', default_options : ['warning_level=2'], subproject_dir : 'depends') +project('gsr-notify', ['cpp'], version : '1.0.3', default_options : ['warning_level=2'], subproject_dir : 'depends') if get_option('buildtype') == 'debug' add_project_arguments('-g3', language : ['cpp']) |