diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2024-04-23 21:08:16 +0300 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2024-04-23 21:08:16 +0300 |
| commit | fb76210138c87aaf3056899bb78a3f13b7fbe1ef (patch) | |
| tree | a4e59ad3be4a815b85167976fb79a17d122bee41 /meson.build | |
| parent | 11f55b4edee0bd2e744aaf08da27c7daaf3addaa (diff) | |
build: bump version to 1.10.9v1.10.9release/1.10
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 99eb5a2..8010360 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -## Copyright (C) 2022-2023 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> +## Copyright (C) 2022-2024 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 @@ -17,7 +17,7 @@ ################################################################################ # project setup project('mu', ['c', 'cpp'], - version: '1.10.8', + version: '1.10.9', meson_version: '>= 0.56.0', license: 'GPL-3.0-or-later', default_options : [ |
