diff options
| author | Neil <nyamatongwe@gmail.com> | 2017-08-17 08:05:00 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2017-08-17 08:05:00 +1000 |
| commit | fd85128acd04398796dfe583d1dba5003e561f1d (patch) | |
| tree | 1e8efa95dd6377207e58ab54db621e9cf4ef3433 | |
| parent | 96657eb5612eafc4e8cfc57c89aabd76f075f9f6 (diff) | |
| download | scintilla-mirror-fd85128acd04398796dfe583d1dba5003e561f1d.tar.gz | |
Backport: Added link to long term release page onmain page.
Backport of changeset 6376:4e549ae05258.
| -rw-r--r-- | doc/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/index.html b/doc/index.html index f8efe4df1..0e9ac5099 100644 --- a/doc/index.html +++ b/doc/index.html @@ -153,6 +153,10 @@ if (!IsRemote()) { //if NOT remote... <a href="http://www.scintilla.org/Icons.html">Icons that can be used with Scintilla.</a> </p> <p> + The <a href="http://www.scintilla.org/LongTermDownload.html">LongTerm3</a> + branch of Scintilla avoids using features from C++14 or later in order to support older systems. + </p> + <p> Questions and comments about Scintilla should be directed to the <a href="https://groups.google.com/forum/#!forum/scintilla-interest">scintilla-interest</a> mailing list, |
