diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-01-07 16:54:51 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-01-07 16:54:51 +0100 |
commit | 4eaeba2a39874c76bfc71d69b97f7619f471747a (patch) | |
tree | 534bf14e6a2f5f9bc8822a52a3568dae32987906 /meson.build | |
parent | 2a60a176e629b416102583549aebad14dde6afbe (diff) |
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index 88da653..18a0eb9 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gsr-notify', ['cpp'], version : '1.0.0', default_options : ['warning_level=2'], subproject_dir : 'depends') +project('gsr-notify', ['cpp'], version : '1.0.1', default_options : ['warning_level=2'], subproject_dir : 'depends') if get_option('buildtype') == 'debug' add_project_arguments('-g3', language : ['cpp']) @@ -31,4 +31,4 @@ executable( ) install_subdir('images', install_dir : gsr_notify_resources_path) -install_subdir('fonts', install_dir : gsr_notify_resources_path)
\ No newline at end of file +install_subdir('fonts', install_dir : gsr_notify_resources_path) |