diff options
author | Neil <nyamatongwe@gmail.com> | 2017-03-21 09:58:56 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2017-03-21 09:58:56 +1100 |
commit | 8e3966f74ef0bbec02a7a50ddf2fdb007feed019 (patch) | |
tree | 5675fb803bdbe3dedffd7cf2fae72386ed28e8c9 /doc/index.html | |
parent | 67d781ab7a6f43c34b5c3ed2d5889d71ea89815c (diff) | |
download | scintilla-mirror-8e3966f74ef0bbec02a7a50ddf2fdb007feed019.tar.gz |
Document C++11 requirement.
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html index f96b0eaf0..de775fbac 100644 --- a/doc/index.html +++ b/doc/index.html @@ -128,8 +128,8 @@ if (!IsRemote()) { //if NOT remote... </p> <p> Scintilla and SciTE are currently available for Intel Win32, OS X, and Linux compatible operating - systems with GTK+. They have been run on Windows XP, Windows 7, OS X 10.6+, and on Ubuntu 10.10 - with GTK+ 2.20. <a href="http://www.scintilla.org/SciTEImage.html">Here is a screenshot of + systems with GTK+. They have been run on Windows XP, Windows 7, OS X 10.7+, and on Ubuntu 14.04 + with GTK+ 2.24. <a href="http://www.scintilla.org/SciTEImage.html">Here is a screenshot of SciTE.</a><br /> </p> <p> |