From f98f362b361a3c5522c9a215a6f223589ff7a7a5 Mon Sep 17 00:00:00 2001 From: mitchell Date: Sat, 26 Oct 2019 09:58:15 -0400 Subject: Preparing for 3.11.1 release. --- LongTermDownload.html | 10 +++++----- cocoa/ScintillaFramework/Info.plist | 4 ++-- doc/ScintillaDownload.html | 10 +++++----- doc/ScintillaHistory.html | 11 ++++++++++- doc/index.html | 2 +- qt/ScintillaEdit/ScintillaEdit.pro | 2 +- version.txt | 2 +- win32/ScintRes.rc | 4 ++-- 8 files changed, 27 insertions(+), 18 deletions(-) diff --git a/LongTermDownload.html b/LongTermDownload.html index 251f61304..4658874c1 100644 --- a/LongTermDownload.html +++ b/LongTermDownload.html @@ -26,9 +26,9 @@ @@ -46,7 +46,7 @@ containing very few restrictions.

- Release 3.11.0 + Release 3.11.1

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

diff --git a/cocoa/ScintillaFramework/Info.plist b/cocoa/ScintillaFramework/Info.plist index f7808910e..6c2af0cfa 100644 --- a/cocoa/ScintillaFramework/Info.plist +++ b/cocoa/ScintillaFramework/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.11.0 + 3.11.1 CFBundleSignature ???? CFBundleVersion - 3.11.0 + 3.11.1 NSPrincipalClass diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html index d8de5edd7..c77d0a978 100644 --- a/doc/ScintillaDownload.html +++ b/doc/ScintillaDownload.html @@ -26,9 +26,9 @@

- + Windows   - + GTK+/Linux  
@@ -42,7 +42,7 @@ containing very few restrictions.

- Release 3.11.0 + Release 3.11.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 dfe47f5f6..22c080131 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -551,7 +551,7 @@

- + Windows   - + GTK/Linux   - Release version 3.11.0
+ Release version 3.11.1
Site last modified February 12 2018
diff --git a/qt/ScintillaEdit/ScintillaEdit.pro b/qt/ScintillaEdit/ScintillaEdit.pro index 42af752c8..f99ef57f1 100644 --- a/qt/ScintillaEdit/ScintillaEdit.pro +++ b/qt/ScintillaEdit/ScintillaEdit.pro @@ -20,7 +20,7 @@ unix { } } -VERSION = 3.11.0 +VERSION = 3.11.1 SOURCES += \ ScintillaEdit.cpp \ diff --git a/version.txt b/version.txt index 32c211cef..3c07cd068 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3110 +3111 diff --git a/win32/ScintRes.rc b/win32/ScintRes.rc index 53c2fa356..574996c0a 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include -#define VERSION_SCINTILLA "3.11.0" -#define VERSION_WORDS 3, 11, 0, 0 +#define VERSION_SCINTILLA "3.11.1" +#define VERSION_WORDS 3, 11, 1, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS -- cgit v1.2.3