From 512328dc06422d5d364b2996009b5f9f7b762795 Mon Sep 17 00:00:00 2001 From: Hanspeter Portner Date: Sat, 3 Feb 2024 09:52:34 +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 4a04c8e..0e808e3 100644 --- a/README.md +++ b/README.md @@ -193,3 +193,9 @@ If not, you can manually set your DPI via environmental variable *D2TK_SCALE*: export D2TK_SCALE=200 + +### 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 add7056..2b41f8c 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -39,4 +39,4 @@ option('lv2libdir', type : 'string', value : 'lib/lv2') -option('version', type : 'string', value : '0.41.165') +option('version', type : 'string', value : '0.41.177') -- 2.38.5