diff options
author | mitchell <unknown> | 2019-01-12 09:18:37 -0500 |
---|---|---|
committer | mitchell <unknown> | 2019-01-12 09:18:37 -0500 |
commit | ab1d5c9e571aae0f0b525355aa7a36e5ac750282 (patch) | |
tree | fe3c302dca85d239fad3c8950436a439b90b48fe | |
parent | b1ec7c9b0387c419d8fbc66538f31e32f7615f20 (diff) | |
download | scintilla-mirror-ab1d5c9e571aae0f0b525355aa7a36e5ac750282.tar.gz |
Updates for version 3.10.2.
-rw-r--r-- | cocoa/ScintillaFramework/Info.plist | 4 | ||||
-rw-r--r-- | doc/ScintillaDownload.html | 10 | ||||
-rw-r--r-- | doc/ScintillaHistory.html | 4 | ||||
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | qt/ScintillaEdit/ScintillaEdit.pro | 2 | ||||
-rw-r--r-- | qt/ScintillaEditBase/ScintillaEditBase.pro | 2 | ||||
-rw-r--r-- | version.txt | 2 | ||||
-rw-r--r-- | win32/ScintRes.rc | 4 |
8 files changed, 15 insertions, 15 deletions
diff --git a/cocoa/ScintillaFramework/Info.plist b/cocoa/ScintillaFramework/Info.plist index 207c4d2a7..c73fcaf51 100644 --- a/cocoa/ScintillaFramework/Info.plist +++ b/cocoa/ScintillaFramework/Info.plist @@ -17,11 +17,11 @@ <key>CFBundlePackageType</key> <string>FMWK</string> <key>CFBundleShortVersionString</key> - <string>3.10.1</string> + <string>3.10.2</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>3.10.1</string> + <string>3.10.2</string> <key>NSPrincipalClass</key> <string></string> </dict> diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html index f3cb72b36..01842e0e4 100644 --- a/doc/ScintillaDownload.html +++ b/doc/ScintillaDownload.html @@ -26,9 +26,9 @@ <table bgcolor="#CCCCCC" width="100%" cellspacing="0" cellpadding="8" border="0"> <tr> <td> - <font size="4"> <a href="https://www.scintilla.org/scintilla3101.zip"> + <font size="4"> <a href="https://www.scintilla.org/scintilla3102.zip"> Windows</a> - <a href="https://www.scintilla.org/scintilla3101.tgz"> + <a href="https://www.scintilla.org/scintilla3102.tgz"> GTK+/Linux</a> </font> </td> @@ -42,7 +42,7 @@ containing very few restrictions. </p> <h3> - Release 3.10.1 + Release 3.10.2 </h3> <h4> Source Code @@ -50,8 +50,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://www.scintilla.org/scintilla3101.zip">zip format</a> (1600K) commonly used on Windows</li> - <li><a href="https://www.scintilla.org/scintilla3101.tgz">tgz format</a> (1400K) commonly used on Linux and compatible operating systems</li> + <li><a href="https://www.scintilla.org/scintilla3102.zip">zip format</a> (1600K) commonly used on Windows</li> + <li><a href="https://www.scintilla.org/scintilla3102.tgz">tgz format</a> (1400K) commonly used on Linux and compatible operating systems</li> </ul> Instructions for building on both Windows and Linux are included in the readme file. <h4> diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 118693c57..7acb5af99 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -542,11 +542,11 @@ </li> </ul> <h3> - <a href="https://sourceforge.net/projects/scintilla/files/scintilla/3.10.1/scintilla3101.zip/download">Release 3.10.1</a> + <a href="https://sourceforge.net/projects/scintilla/files/scintilla/3.10.2/scintilla3102.zip/download">Release 3.10.2</a> </h3> <ul> <li> - Released 31 October 2018. + Released 12 January 2019. </li> <li> Errorlist lexer recognizes negative line numbers as some programs show whole-file diff --git a/doc/index.html b/doc/index.html index 208b1ce94..6ed0d270e 100644 --- a/doc/index.html +++ b/doc/index.html @@ -56,7 +56,7 @@ GTK+, and OS X</font> </td> <td width="40%" align="right"> - <font color="#FFCC99" size="3"> Release version 3.10.1<br /> + <font color="#FFCC99" size="3"> Release version 3.10.2<br /> Site last modified February 12 2018</font> </td> <td width="20%"> diff --git a/qt/ScintillaEdit/ScintillaEdit.pro b/qt/ScintillaEdit/ScintillaEdit.pro index c7ec7ee95..9f127d932 100644 --- a/qt/ScintillaEdit/ScintillaEdit.pro +++ b/qt/ScintillaEdit/ScintillaEdit.pro @@ -20,7 +20,7 @@ unix { } } -VERSION = 3.10.1 +VERSION = 3.10.2 SOURCES += \ ScintillaEdit.cpp \ diff --git a/qt/ScintillaEditBase/ScintillaEditBase.pro b/qt/ScintillaEditBase/ScintillaEditBase.pro index 0466f17eb..44ff22d02 100644 --- a/qt/ScintillaEditBase/ScintillaEditBase.pro +++ b/qt/ScintillaEditBase/ScintillaEditBase.pro @@ -19,7 +19,7 @@ unix { } } -VERSION = 3.10.1 +VERSION = 3.10.2 SOURCES += \ PlatQt.cpp \ diff --git a/version.txt b/version.txt index b129ca53f..2b7c0b15b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3101 +3102 diff --git a/win32/ScintRes.rc b/win32/ScintRes.rc index 42411182d..4b932ac23 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "3.10.1" -#define VERSION_WORDS 3, 10, 1, 0 +#define VERSION_SCINTILLA "3.10.2" +#define VERSION_WORDS 3, 10, 2, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |