diff options
author | David Robillard <d@drobilla.net> | 2022-07-20 16:32:59 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-08-13 18:15:32 -0400 |
commit | e53d14cebf13698a987fabfb996806a566e90dca (patch) | |
tree | 42b5922764fa1b91c6df7d5db8ac864ed64cd5b3 /meson.build | |
parent | 8ff474f0bf60cc4f18da87c4579f82e5e50ad22a (diff) | |
download | patchage-1.0.8.tar.gz patchage-1.0.8.tar.bz2 patchage-1.0.8.zip |
Patchage 1.0.8v1.0.8
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 862bc09..6b2c6df 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ # SPDX-License-Identifier: CC0-1.0 OR GPL-3.0-or-later project('patchage', ['c', 'cpp'], - version: '1.0.7', + version: '1.0.8', license: 'GPLv3+', meson_version: '>= 0.56.0', default_options: [ |