From da35ef98c511fa74a8e58f53b7c611ebe0e0ea8d Mon Sep 17 00:00:00 2001 From: mitchell Date: Wed, 31 Oct 2018 17:29:15 -0400 Subject: Updated for 3.10.1. --- LongTermDownload.html | 73 ++++++++++++++++++++++++++++++ cocoa/ScintillaFramework/Info.plist | 4 +- doc/ScintillaDownload.html | 10 ++-- doc/ScintillaHistory.html | 13 +++++- doc/index.html | 2 +- qt/ScintillaEdit/ScintillaEdit.pro | 2 +- qt/ScintillaEditBase/ScintillaEditBase.pro | 2 +- version.txt | 2 +- win32/ScintRes.rc | 4 +- 9 files changed, 97 insertions(+), 15 deletions(-) create mode 100644 LongTermDownload.html diff --git a/LongTermDownload.html b/LongTermDownload.html new file mode 100644 index 000000000..bf8ef3db2 --- /dev/null +++ b/LongTermDownload.html @@ -0,0 +1,73 @@ + + + + + + + + + + Download Scintilla + + + + + + + + +
+ Scintilla icon + + Download + Scintilla +
+ + + + +
+ + Windows   + + GTK+/Linux   + +
+

+ Download. +

+

+ 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. +

+

+ The license for using Scintilla is similar to that of Python + containing very few restrictions. +

+

+ Release 3.10.1 +

+

+ Source Code +

+ The source code package contains all of the source code for Scintilla but no binary + executable code and is available in + + Instructions for building on both Windows and Linux are included in the readme file. +

+ Previous versions can be downloaded from the history + page. +

+

+ Also available from Mercurial: +

+
+    hg clone http://hg.code.sf.net/p/scintilla/code scintilla
+    cd scintilla && hg update LongTerm3
+    
+ + diff --git a/cocoa/ScintillaFramework/Info.plist b/cocoa/ScintillaFramework/Info.plist index c59ac9441..207c4d2a7 100644 --- a/cocoa/ScintillaFramework/Info.plist +++ b/cocoa/ScintillaFramework/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.10.0 + 3.10.1 CFBundleSignature ???? CFBundleVersion - 3.10.0 + 3.10.1 NSPrincipalClass diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html index c363a1fe2..f3cb72b36 100644 --- a/doc/ScintillaDownload.html +++ b/doc/ScintillaDownload.html @@ -26,9 +26,9 @@ @@ -42,7 +42,7 @@ containing very few restrictions.

- Release 3.10.0 + Release 3.10.1

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 Instructions for building on both Windows and Linux are included in the readme file.

diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 3a371b5b9..6d67c2f13 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -540,11 +540,11 @@

- Release 4.1.1 + Release 3.10.1

Release 3.10.0 diff --git a/doc/index.html b/doc/index.html index 1c86f9a01..208b1ce94 100644 --- a/doc/index.html +++ b/doc/index.html @@ -56,7 +56,7 @@ GTK+, and OS X

- + Windows   - + GTK+/Linux   - Release version 3.10.0
+ Release version 3.10.1
Site last modified February 12 2018
diff --git a/qt/ScintillaEdit/ScintillaEdit.pro b/qt/ScintillaEdit/ScintillaEdit.pro index f9401b0c8..c7ec7ee95 100644 --- a/qt/ScintillaEdit/ScintillaEdit.pro +++ b/qt/ScintillaEdit/ScintillaEdit.pro @@ -20,7 +20,7 @@ unix { } } -VERSION = 3.10.0 +VERSION = 3.10.1 SOURCES += \ ScintillaEdit.cpp \ diff --git a/qt/ScintillaEditBase/ScintillaEditBase.pro b/qt/ScintillaEditBase/ScintillaEditBase.pro index 683bce111..0466f17eb 100644 --- a/qt/ScintillaEditBase/ScintillaEditBase.pro +++ b/qt/ScintillaEditBase/ScintillaEditBase.pro @@ -19,7 +19,7 @@ unix { } } -VERSION = 3.10.0 +VERSION = 3.10.1 SOURCES += \ PlatQt.cpp \ diff --git a/version.txt b/version.txt index d9d811cb3..b129ca53f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3100 +3101 diff --git a/win32/ScintRes.rc b/win32/ScintRes.rc index 742cccdba..42411182d 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include -#define VERSION_SCINTILLA "3.10.0" -#define VERSION_WORDS 3, 10, 0, 0 +#define VERSION_SCINTILLA "3.10.1" +#define VERSION_WORDS 3, 10, 1, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS -- cgit v1.2.3