From c3db92cc081f7268e00ef0d6c3cad0157c5a5959 Mon Sep 17 00:00:00 2001 From: Hanspeter Portner Date: Sat, 3 Feb 2024 10:00:40 +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 5b4fc58..c42e15c 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,9 @@ * * + +### 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 299260d..c17c349 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.3.1') +option('version', type : 'string', value : '0.3.7') -- 2.38.5