From 16c7a5c2b7c313326b432301acf5ee89f6e7c7aa Mon Sep 17 00:00:00 2001 From: Hanspeter Portner Date: Sat, 3 Feb 2024 10:00: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 857e38b..9ce3074 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,9 @@ * [REUSE](https://git.fsfe.org/reuse/tool) (tool for compliance with the REUSE recommendations) + +### 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 2c096b4..887e3b2 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -6,4 +6,4 @@ option('build-tests', value : true, yield : true) -option('version', type : 'string', value : '0.3.1') +option('version', type : 'string', value : '0.3.7') -- 2.38.5