From d43a4778fb004cfd5c4c08fe546dbce0e0afcf7d Mon Sep 17 00:00:00 2001 From: Hanspeter Portner Date: Sat, 3 Feb 2024 10:00:24 +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 88bc94a..63815fb 100644 --- a/README.md +++ b/README.md @@ -99,3 +99,9 @@ automation through which users can automate mixer matrix gains sample-accurately ninja -j4 sudo ninja install + +### 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 e72b3bf..732effd 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -5,4 +5,4 @@ option('build-tests', type : 'boolean', value : true) -option('version', type : 'string', value : '0.27.41') +option('version', type : 'string', value : '0.27.49') -- 2.38.5