diff options
Diffstat (limited to 'LongTermDownload.html')
-rw-r--r-- | LongTermDownload.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/LongTermDownload.html b/LongTermDownload.html index f5e476314..00445b3c5 100644 --- a/LongTermDownload.html +++ b/LongTermDownload.html @@ -26,9 +26,9 @@ <table bgcolor="#CCCCCC" width="100%" cellspacing="0" cellpadding="8" border="0"> <tr> <td> - <font size="4"> <a href="https://sourceforge.net/projects/scintilla/files/scintilla/3.10.4/scintilla3104.zip/download"> + <font size="4"> <a href="https://sourceforge.net/projects/scintilla/files/scintilla/3.10.5/scintilla3105.zip/download"> Windows</a> - <a href="https://sourceforge.net/projects/scintilla/files/scintilla/3.10.4/scintilla3104.tgz/download"> + <a href="https://sourceforge.net/projects/scintilla/files/scintilla/3.10.5/scintilla3105.tgz/download"> GTK+/Linux</a> </font> </td> @@ -39,14 +39,14 @@ </h2> <p> This page is for the LongTerm3 branch of Scintilla which avoids depending on C++14 or later features. - Compilers as old as GCC 4.8, MSVC 2015, and Clang 3.4 are supported. + Compilers as old as GCC 4.8, MSVC 2015 (theoretically), and Clang 3.4 are supported. </p> <p> The <a href="License.txt">license</a> for using Scintilla is similar to that of Python containing very few restrictions. </p> <h3> - Release 3.10.4 + Release 3.10.5 </h3> <h4> Source Code @@ -54,8 +54,8 @@ The source code package contains all of the source code for Scintilla but no binary executable code and is available in <ul> - <li><a href="https://sourceforge.net/projects/scintilla/files/scintilla/3.10.4/scintilla3104.zip/download">zip format</a> commonly used on Windows</li> - <li><a href="https://sourceforge.net/projects/scintilla/files/scintilla/3.10.4/scintilla3104.tgz/download">tgz format</a> commonly used on Linux and compatible operating systems</li> + <li><a href="https://sourceforge.net/projects/scintilla/files/scintilla/3.10.5/scintilla3105.zip/download">zip format</a> commonly used on Windows</li> + <li><a href="https://sourceforge.net/projects/scintilla/files/scintilla/3.10.5/scintilla3105.tgz/download">tgz format</a> commonly used on Linux and compatible operating systems</li> </ul> Instructions for building on both Windows and Linux are included in the readme file. <p> |