From 192d3c805a597e8ad96194e0dfa349700c0c0a6e Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sun, 25 Apr 2021 18:45:57 +0200 Subject: [PATCH] README: update latest release of clang Also update README to switch of LLVM/clang from svn to git. Signed-off-by: Sven Verdoolaege --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index f61f8d5..93e3e61 100644 --- a/README +++ b/README @@ -6,9 +6,9 @@ Requirements: - libyaml (http://pyyaml.org/wiki/LibYAML) (only needed if you want to compile the pet executable) - LLVM/clang libraries, 2.9 or higher (http://clang.llvm.org/get_started.html) - Unless you have some other reasons for wanting to use the svn version, - it's best to install the latest release (11.0). - The svn version occasionally introduces incompatibilities. + Unless you have some other reasons for wanting to use the git version, + it's best to install the latest release (12.0). + The git version occasionally introduces incompatibilities. Nevertheless, if you encounter any such incompatibilities, please report them so that they can be fixed. However, development versions from before the latest release -- 2.11.4.GIT