From 2c7eb67845e3837077b97cba69e43809312f54a7 Mon Sep 17 00:00:00 2001 From: mitchell Date: Fri, 30 Aug 2019 18:35:29 -0400 Subject: Preparing for 3.11.0 release. --- LongTermDownload.html | 10 +++++----- cocoa/ScintillaFramework/Info.plist | 4 ++-- doc/ScintillaDownload.html | 10 +++++----- doc/ScintillaHistory.html | 4 ++-- doc/index.html | 2 +- qt/ScintillaEdit/ScintillaEdit.pro | 2 +- qt/ScintillaEditBase/ScintillaEditBase.pro | 2 +- version.txt | 2 +- win32/ScintRes.rc | 4 ++-- 9 files changed, 20 insertions(+), 20 deletions(-) diff --git a/LongTermDownload.html b/LongTermDownload.html index dc3980641..251f61304 100644 --- a/LongTermDownload.html +++ b/LongTermDownload.html @@ -26,9 +26,9 @@ @@ -46,7 +46,7 @@ containing very few restrictions.

- Release 3.10.6 + Release 3.11.0

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 bece06b2c..f7808910e 100644 --- a/cocoa/ScintillaFramework/Info.plist +++ b/cocoa/ScintillaFramework/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.10.6 + 3.11.0 CFBundleSignature ???? CFBundleVersion - 3.10.6 + 3.11.0 NSPrincipalClass diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html index 7f43f7150..d8de5edd7 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.10.6 + Release 3.11.0

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 0a5add100..81134127c 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -546,11 +546,11 @@

- Release 3.10.7 + Release 3.11.0

- + Windows   - + GTK/Linux   - Release version 3.10.6
+ Release version 3.11.0
Site last modified February 12 2018
diff --git a/qt/ScintillaEdit/ScintillaEdit.pro b/qt/ScintillaEdit/ScintillaEdit.pro index 9042ce147..42af752c8 100644 --- a/qt/ScintillaEdit/ScintillaEdit.pro +++ b/qt/ScintillaEdit/ScintillaEdit.pro @@ -20,7 +20,7 @@ unix { } } -VERSION = 3.10.6 +VERSION = 3.11.0 SOURCES += \ ScintillaEdit.cpp \ diff --git a/qt/ScintillaEditBase/ScintillaEditBase.pro b/qt/ScintillaEditBase/ScintillaEditBase.pro index 0308816a9..de33a138a 100644 --- a/qt/ScintillaEditBase/ScintillaEditBase.pro +++ b/qt/ScintillaEditBase/ScintillaEditBase.pro @@ -19,7 +19,7 @@ unix { } } -VERSION = 3.10.6 +VERSION = 3.11.0 SOURCES += \ PlatQt.cpp \ diff --git a/version.txt b/version.txt index 4253b0514..32c211cef 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3106 +3110 diff --git a/win32/ScintRes.rc b/win32/ScintRes.rc index aee0f0599..53c2fa356 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include -#define VERSION_SCINTILLA "3.10.6" -#define VERSION_WORDS 3, 10, 6, 0 +#define VERSION_SCINTILLA "3.11.0" +#define VERSION_WORDS 3, 11, 0, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS -- cgit v1.2.3