From 450d27fc17ea7dcf446f968dd257579fd5eed364 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 5 Mar 2021 17:33:41 +1100 Subject: Update version number to 5.0.0. --- cocoa/Scintilla/Info.plist | 2 +- cocoa/Scintilla/Scintilla.xcodeproj/project.pbxproj | 8 ++++---- doc/ScintillaDownload.html | 10 +++++----- doc/index.html | 2 +- qt/ScintillaEdit/ScintillaEdit.pro | 2 +- qt/ScintillaEditBase/ScintillaEditBase.pro | 2 +- version.txt | 2 +- win32/ScintRes.rc | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/cocoa/Scintilla/Info.plist b/cocoa/Scintilla/Info.plist index 9637b2e87..bda3aaf80 100644 --- a/cocoa/Scintilla/Info.plist +++ b/cocoa/Scintilla/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 4.4.6 + 5.0.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSHumanReadableCopyright diff --git a/cocoa/Scintilla/Scintilla.xcodeproj/project.pbxproj b/cocoa/Scintilla/Scintilla.xcodeproj/project.pbxproj index b99a35a24..23e5267f0 100644 --- a/cocoa/Scintilla/Scintilla.xcodeproj/project.pbxproj +++ b/cocoa/Scintilla/Scintilla.xcodeproj/project.pbxproj @@ -521,7 +521,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 4.4.6; + CURRENT_PROJECT_VERSION = 5.0.0; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -583,7 +583,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 4.4.6; + CURRENT_PROJECT_VERSION = 5.0.0; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -612,7 +612,7 @@ CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Manual; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 4.4.6; + CURRENT_PROJECT_VERSION = 5.0.0; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; @@ -647,7 +647,7 @@ CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Manual; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 4.4.6; + CURRENT_PROJECT_VERSION = 5.0.0; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html index 1d165ec83..2969747b5 100644 --- a/doc/ScintillaDownload.html +++ b/doc/ScintillaDownload.html @@ -26,9 +26,9 @@ @@ -42,7 +42,7 @@ containing very few restrictions.

- Release 4.4.6 + Release 5.0.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/index.html b/doc/index.html index b8c945e51..359fa9ac6 100644 --- a/doc/index.html +++ b/doc/index.html @@ -56,7 +56,7 @@ GTK, and OS X

- + Windows   - + GTK/Linux   - Release version 4.4.6
+ Release version 5.0.0
Site last modified March 1 2021
diff --git a/qt/ScintillaEdit/ScintillaEdit.pro b/qt/ScintillaEdit/ScintillaEdit.pro index 0dddb97d5..244352d2d 100644 --- a/qt/ScintillaEdit/ScintillaEdit.pro +++ b/qt/ScintillaEdit/ScintillaEdit.pro @@ -12,7 +12,7 @@ TEMPLATE = lib CONFIG += lib_bundle CONFIG += c++1z -VERSION = 4.4.6 +VERSION = 5.0.0 SOURCES += \ ScintillaEdit.cpp \ diff --git a/qt/ScintillaEditBase/ScintillaEditBase.pro b/qt/ScintillaEditBase/ScintillaEditBase.pro index 236f877e0..9678cc943 100644 --- a/qt/ScintillaEditBase/ScintillaEditBase.pro +++ b/qt/ScintillaEditBase/ScintillaEditBase.pro @@ -12,7 +12,7 @@ TEMPLATE = lib CONFIG += lib_bundle CONFIG += c++1z -VERSION = 4.4.6 +VERSION = 5.0.0 SOURCES += \ PlatQt.cpp \ diff --git a/version.txt b/version.txt index 018783526..1b79f38e2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -446 +500 diff --git a/win32/ScintRes.rc b/win32/ScintRes.rc index 71b1b9960..edf81c89c 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include -#define VERSION_SCINTILLA "4.4.6" -#define VERSION_WORDS 4, 4, 6, 0 +#define VERSION_SCINTILLA "5.0.0" +#define VERSION_WORDS 5, 0, 0, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS -- cgit v1.2.3