commit fc516984f3faf6ac0216926d693ac8e7f09c7617
Author: Jean-Marc Lasgouttes <lasgout...@lyx.org>
Date:   Fri Jun 27 18:05:58 2025 +0200

    Fix compiler requirement in release notes
---
 lib/RELEASE-NOTES | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/RELEASE-NOTES b/lib/RELEASE-NOTES
index c8cd25cc75..6bb5d41deb 100644
--- a/lib/RELEASE-NOTES
+++ b/lib/RELEASE-NOTES
@@ -56,7 +56,8 @@
 
 - The support for (long unmaintained) eLyXer was removed.
 
-- When compiling with GCC, LyX know needs at least version >= 5.
+- When compiling , LyX know requires a compiler supporting C++17, like
+  for example gcc >= 8.
 
 - Dependence on boost libraries was dropped and they are not needed
   for building the binaries anymore.
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to