diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2023-01-29 12:18:51 +0200 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2023-01-29 12:18:51 +0200 |
| commit | f48402ce651694f808c9e9e09285faaca020a3ab (patch) | |
| tree | 5371427ba1c01983907ee2f65c4c36e262d3811f /meson.build | |
| parent | 38c18f11f2b96c66d02816b2bcc8f77b756ced44 (diff) | |
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/meson.build b/meson.build index e3f20a9..3d2839a 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -## Copyright (C) 2022 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> +## Copyright (C) 2022-2023 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -18,15 +18,15 @@ # project setup # project('mu', ['c', 'cpp'], - version: '1.8.13', - meson_version: '>= 0.52.0', # debian 10 - license: 'GPL-3.0-or-later', - default_options : [ - 'buildtype=debugoptimized', - 'warning_level=3', - 'c_std=c11', - 'cpp_std=c++17' - ] + version: '1.8.14', + meson_version: '>= 0.52.0', # debian 10 + license: 'GPL-3.0-or-later', + default_options : [ + 'buildtype=debugoptimized', + 'warning_level=3', + 'c_std=c11', + 'cpp_std=c++17' + ] ) # installation paths @@ -178,8 +178,8 @@ version_texi_data.set('UPDATEDMONTH', run_command('date', '+%B %Y', check:true).stdout().strip()) configure_file(input: 'version.texi.in', - output: 'version.texi', - configuration: version_texi_data) + output: 'version.texi', + configuration: version_texi_data) ################################################################################ # install some data files |
