From 61da98c8f4a73eb35cc4a0234de9d6a4d6a41655 Mon Sep 17 00:00:00 2001 From: Hanspeter Portner Date: Sat, 3 Feb 2024 10:00:52 +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 79fab1f..ab0f978 100644 --- a/README.md +++ b/README.md @@ -53,3 +53,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 e19381f..3cf102b 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.11.53') +option('version', type : 'string', value : '0.11.65') -- 2.38.5