From 95132884da6faf467e227884f93523e2f1e21e82 Mon Sep 17 00:00:00 2001 From: Hanspeter Portner Date: Sat, 3 Feb 2024 10:00:22 +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 fa3133a..61c6b21 100644 --- a/README.md +++ b/README.md @@ -110,3 +110,9 @@ This plugin implements our [OSC Introspect](osc/introspect/#) specification. It thus exports any methods and parameters of a given OSC device to transparently to LV2 properties. + +### 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 3a4c2a4..a19f858 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.11.63') +option('version', type : 'string', value : '0.11.71') -- 2.38.5