From dbda42f16b975a90acf9ef2472600a9661634721 Mon Sep 17 00:00:00 2001 From: Hanspeter Portner Date: Sat, 3 Feb 2024 10:00:54 +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 6032f45..9b77b32 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,9 @@ The _OSC Inspector_ is meant as a monitor/debug tool for LV2 plugin and host authors. It captures all OSC events sent to its event input port and presents them on its user interface for convenient nested browsing. + +### 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 869b2a0..ea76625 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.29.55') +option('version', type : 'string', value : '0.29.59') -- 2.38.5