diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-02-22 13:11:47 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-02-22 13:11:47 +0100 |
commit | 3b4fdf390f34228643d94691fd9c05e89f927418 (patch) | |
tree | 3231373e2514031ce6ec69a6b9303f92f78f0bcd /meson.build | |
parent | 48f1dba9e0362070fb87333b6a6cdcab74224420 (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 216045e..ced8fbf 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gsr-notify', ['cpp'], version : '1.0.3', default_options : ['warning_level=2'], subproject_dir : 'depends') +project('gsr-notify', ['cpp'], version : '1.0.4', default_options : ['warning_level=2'], subproject_dir : 'depends') if get_option('buildtype') == 'debug' add_project_arguments('-g3', language : ['cpp']) |