aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-09-09 19:14:39 +1000
committerNeil <nyamatongwe@gmail.com>2018-09-09 19:14:39 +1000
commitec8d65c17b85fa58b3f0f80722a71706e3a0634d (patch)
treeb8917b1246845960f877da48f921c4226fb2a160
parent29ca103c238f10a6e1b9ba3b9388e076d6548774 (diff)
downloadscintilla-mirror-ec8d65c17b85fa58b3f0f80722a71706e3a0634d.tar.gz
Updated outdated text.rel-4-1-1
-rw-r--r--doc/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html
index 19f72018a..e6c6466b3 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -110,8 +110,8 @@ if (!IsRemote()) { //if NOT remote...
colours and multiple fonts.
</p>
<p>
- Current development occurs on the default branch as 4.0.x which is unstable - interfaces may change before being
- declared stable in a future 4.1.0. 4.* requires a recent C++ compiler that supports C++14 and some of C++17.
+ Current development occurs on the default branch as 4.* which requires a recent
+ C++ compiler that supports C++17.
</p>
<p>
For projects that need to work with older systems, a LongTerm3 branch is available which uses only features from C++11.