From 1e6964335fd8a79f44c271cb22ee4d541bd2cbdf Mon Sep 17 00:00:00 2001
From: Hans Fangohr <hans.fangohr@mpsd.mpg.de>
Date: Tue, 27 Jun 2023 12:23:27 +0200
Subject: [PATCH] add 'same release'

as suggested in
https://gitlab.gwdg.de/mpsd-cs/mpsd-software-manager/-/merge_requests/87/diffs
---
 README.rst | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.rst b/README.rst
index d87e2f6..e40c5d7 100644
--- a/README.rst
+++ b/README.rst
@@ -239,9 +239,10 @@ Frequently asked questions
 - How long does the compilation take?
 
   This depends on the hardware. A few hours are typical per toolchain. If a
-  second toolchain is compiled in the same MPSD software instance it is likely to
-  be faster, in particular if the same compiler is used (and thus the compiler
-  does not need to be re-compiled for the second toolchain).
+  second toolchain is compiled in the same MPSD software instance and the same
+  MPSD release it is likely to be faster, in particular if the same compiler is
+  used (and thus the compiler does not need to be re-compiled for the second
+  toolchain).
 
 - How much disk storage do I need?
 
-- 
GitLab