summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INSTALL.md (renamed from INSTALL)0
-rw-r--r--NEWS6
-rw-r--r--meson.build2
3 files changed, 7 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL.md
index 623cddd..623cddd 100644
--- a/INSTALL
+++ b/INSTALL.md
diff --git a/NEWS b/NEWS
index 904ebf7..a780163 100644
--- a/NEWS
+++ b/NEWS
@@ -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: [