Merge remote-tracking branch 'upstream/master' into grepWin_Integration

This commit is contained in:
RaiKoHoff 2020-07-15 10:21:53 +02:00
commit 48142185ac
9 changed files with 10 additions and 10 deletions

View File

@ -32,7 +32,7 @@ GRE - (GRE)pWinNP3 Search in Files Tool
=====================================================
Current RC1 Version 5.20.714.(build_#) (2020-07-14)
Current RC2 Version 5.20.715.(build_#) (2020-07-15)
=====================================================
-----------------------------------------------------

View File

@ -1 +1 @@
2
1

View File

@ -1 +1 @@
713
715

View File

@ -9,7 +9,7 @@
#
# encoding: UTF-8
# Language: Turkish (Turkey) resources
# Translator: (tr-TR) MertcanGokgoz tarafından Türkçe çeviri
# Translator: (tr-TR) kRaLL-Turko tarafından Türkçe çeviri
#
#, fuzzy

View File

@ -232,7 +232,7 @@ END
STRINGTABLE
BEGIN
IDS_MUI_TRANSL_AUTHOR "(tr-TR) MertcanGokgoz tarafından Türkçe çeviri"
IDS_MUI_TRANSL_AUTHOR "(tr-TR) kRaLL-Turko tarafından Türkçe çeviri"
IDS_MUI_TITLE_FIXBASE " BASE (%s)"
IDS_MUI_TITLE_RELCUR " +++ %s: %s Style +++"
IDS_MUI_TITLE_FIXCUR " %s: %s Style"

View File

@ -132,7 +132,7 @@ BEGIN
IDS_COPYMOVE "Select a destination directory."
IDS_CREATELINK "Select a destination directory for the new link."
IDS_SAVESETTINGS "Save Settings\nThe current program settings have been saved."
IDS_MUI_TRANSL_AUTHOR "(tr-TR) MertcanGokgoz tarafından Türkçe çeviri"
IDS_MUI_TRANSL_AUTHOR "(tr-TR) kRaLL-Turko tarafından Türkçe çeviri"
END

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.20.713.2"
version="5.20.715.1"
type="win32"
/>
<description>Notepad3 RC2</description>

View File

@ -75,7 +75,7 @@
#if defined(_MSC_VER)
#if (_MSC_VER == 1926)
#if(_MSC_FULL_VER >= 192628806)
#define VER_CPL MS Visual C++ 2019 v16.6.(1-3)
#define VER_CPL MS Visual C++ 2019 v16.6.(1-4)
#elif(_MSC_FULL_VER >= 192628805)
#define VER_CPL MS Visual C++ 2019 v16.6.0
#endif

View File

@ -8,8 +8,8 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 713
#define VERSION_BUILD 2
#define VERSION_REV 715
#define VERSION_BUILD 1
#define SCINTILLA_VER 443
#define ONIGURUMA_REGEX_VER 6.9.5
#define UCHARDET_VER 2018.09.27