diff options
-rw-r--r-- | INSTALL.md (renamed from INSTALL) | 0 | ||||
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | meson.build | 2 |
3 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +ganv (1.8.3) unstable; urgency=medium + + * Update installation instructions + + -- David Robillard <d@drobilla.net> Mon, 22 Aug 2022 14:59:07 +0000 + ganv (1.8.2) stable; urgency=medium * Switch to meson build system diff --git a/meson.build b/meson.build index 27cb852..a74db1f 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ # SPDX-License-Identifier: CC0-1.0 OR GPL-3.0-or-later project('ganv', ['c', 'cpp'], - version: '1.8.2', + version: '1.8.3', license: 'GPLv3+', meson_version: '>= 0.56.0', default_options: [ |