From 8d61d933a5271c41d16f30073515fb3672f91d04 Mon Sep 17 00:00:00 2001 From: mitchell Date: Sat, 7 Dec 2019 11:47:50 -0500 Subject: Preparing for 3.11.2. --- LongTermDownload.html | 10 +++++----- cocoa/ScintillaFramework/Info.plist | 4 ++-- doc/ScintillaDownload.html | 10 +++++----- doc/index.html | 2 +- qt/ScintillaEdit/ScintillaEdit.pro | 2 +- version.txt | 2 +- win32/ScintRes.rc | 4 ++-- 7 files changed, 17 insertions(+), 17 deletions(-) diff --git a/LongTermDownload.html b/LongTermDownload.html index 4658874c1..7fd3aea63 100644 --- a/LongTermDownload.html +++ b/LongTermDownload.html @@ -26,9 +26,9 @@ @@ -46,7 +46,7 @@ containing very few restrictions.

- Release 3.11.1 + Release 3.11.2

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 6c2af0cfa..fa6502dcd 100644 --- a/cocoa/ScintillaFramework/Info.plist +++ b/cocoa/ScintillaFramework/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.11.1 + 3.11.2 CFBundleSignature ???? CFBundleVersion - 3.11.1 + 3.11.2 NSPrincipalClass diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html index c77d0a978..2cdb5122c 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.1 + Release 3.11.2

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/index.html b/doc/index.html index 6878a8404..d0239042c 100644 --- a/doc/index.html +++ b/doc/index.html @@ -56,7 +56,7 @@ GTK, and OS X

- + Windows   - + GTK/Linux   - Release version 3.11.1
+ Release version 3.11.2
Site last modified February 12 2018
diff --git a/qt/ScintillaEdit/ScintillaEdit.pro b/qt/ScintillaEdit/ScintillaEdit.pro index f99ef57f1..6c60536fe 100644 --- a/qt/ScintillaEdit/ScintillaEdit.pro +++ b/qt/ScintillaEdit/ScintillaEdit.pro @@ -20,7 +20,7 @@ unix { } } -VERSION = 3.11.1 +VERSION = 3.11.2 SOURCES += \ ScintillaEdit.cpp \ diff --git a/version.txt b/version.txt index 3c07cd068..9a1248bac 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3111 +3112 diff --git a/win32/ScintRes.rc b/win32/ScintRes.rc index 574996c0a..1262e4fed 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include -#define VERSION_SCINTILLA "3.11.1" -#define VERSION_WORDS 3, 11, 1, 0 +#define VERSION_SCINTILLA "3.11.2" +#define VERSION_WORDS 3, 11, 2, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS -- cgit v1.2.3