From ec29cfed3193a89a8091a4c18e22bb36e6b43b24 Mon Sep 17 00:00:00 2001 From: Hanspeter Portner Date: Fri, 24 Mar 2023 16:56:20 +0100 Subject: [PATCH] cleanup readme --- README.md | 2 +- meson_options.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd0e85f..35e5e2f 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ link to libX11. ### Build / install - git clone https://git.open-music-kontrollers.ch.ch/~hp/lv2lint + git clone https://git.open-music-kontrollers.ch/~hp/lv2lint cd lv2lint meson -Donline-tests=enabled -Delf-tests=enabled -Dx11-tests=enabled build cd build diff --git a/meson_options.txt b/meson_options.txt index 6146e15..0c83951 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -4,4 +4,4 @@ option('online-tests', type : 'feature', value : 'disabled') option('elf-tests', type : 'feature', value : 'disabled') option('x11-tests', type : 'feature', value : 'disabled') -option('version', type : 'string', value : '0.17.69') +option('version', type : 'string', value : '0.17.71') -- 2.38.5