From ba169e99ba3a372ad7b5776962b1ef2745e16500 Mon Sep 17 00:00:00 2001 From: Hanspeter Portner Date: Sat, 3 Feb 2024 10:00:59 +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 70833a5..4af1be3 100644 --- a/README.md +++ b/README.md @@ -69,3 +69,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 4c95d30..da1e32f 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -27,4 +27,4 @@ option('lv2libdir', type : 'string', value : 'lib/lv2') -option('version', type : 'string', value : '0.5.73') +option('version', type : 'string', value : '0.5.75') -- 2.38.5