From d4e2b376cfba85fb0919ebfc3121218e3ee15f2c Mon Sep 17 00:00:00 2001 From: Hanspeter Portner Date: Sat, 3 Feb 2024 10:00:57 +0100 Subject: [PATCH] Append Issues/Patches section to readme --- README.md | 6 ++++++ meson_options.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a50bfa..8e359d9 100644 --- a/README.md +++ b/README.md @@ -42,3 +42,9 @@ Virtual machine for LV2 Atom event ports. Features 8 inputs and 8 outputs. Virtual machine for LV2 MIDI event ports. Features 8 inputs and 8 outputs. + +### Issues/Patches + +Please report issues to [https://todo.open-music-kontrollers.ch/~hp/issues](https://todo.open-music-kontrollers.ch/~hp/issues) + +Please submit patches to [https://lists.open-music-kontrollers.ch/~hp/patches](https://lists.open-music-kontrollers.ch/~hp/patches) diff --git a/meson_options.txt b/meson_options.txt index 5046746..0dccbad 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -9,4 +9,4 @@ option('lv2libdir', type : 'string', value : 'lib/lv2') -option('version', type : 'string', value : '0.15.41') +option('version', type : 'string', value : '0.15.45') -- 2.38.5