Merge pull request #1757 from hpwamr/mui

+ ver: version files for beta channel (Build_2670)
This commit is contained in:
Pairi Daiza 2019-11-06 04:21:01 +01:00 committed by GitHub
commit 3f45d4b540
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View File

@ -31,7 +31,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
==================================================
Current BETA Version 5.19.1105.#(build) (2019-11-05)
Current BETA Version 5.19.1106.#(build) (2019-11-06)
==================================================
--------------------------------------------------

View File

@ -1 +1 @@
2669
2670

View File

@ -39,11 +39,11 @@ VIAddVersionKey ProductName "${PORTABLEAPPNAME}"
VIAddVersionKey Comments "A notepad replacement"
VIAddVersionKey CompanyName "Rizonesoft"
VIAddVersionKey LegalCopyright "Derick Payne"
VIAddVersionKey FileDescription "Based on code from Notepad2, ® Florian Balmer 1996-2011"
VIAddVersionKey FileDescription "Based on code from Notepad2, Florian Balmer(c) 1996-2011"
VIAddVersionKey FileVersion "${VER}"
VIAddVersionKey ProductVersion "${VER}"
VIAddVersionKey InternalName "${PORTABLEAPPNAME}"
VIAddVersionKey LegalTrademarks "Rizonesoft® 2008-2019"
VIAddVersionKey LegalTrademarks "Rizonesoft(c) 2008-2019"
VIAddVersionKey OriginalFilename "${DEFAULTEXE}"
;VIAddVersionKey PrivateBuild ""
;VIAddVersionKey SpecialBuild ""
@ -70,7 +70,7 @@ SetDatablockOptimize On
Icon "..\..\App\AppInfo\appicon.ico"
;=== Icon & Stye ===
BrandingText "Rizonesoft®"
BrandingText "Rizonesoft(c)"
;=== Languages
LoadLanguageFile "${NSISDIR}\Contrib\Language files\${LAUNCHERLANGUAGE}.nlf"

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.19.1105.2669"
version="5.19.1106.2670"
type="win32"
/>
<description>Notepad3 BETA</description>

View File

@ -8,8 +8,8 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 19
#define VERSION_REV 1105
#define VERSION_BUILD 2669
#define VERSION_REV 1106
#define VERSION_BUILD 2670
#define SCINTILLA_VER 420
#define ONIGURUMA_REGEX_VER 6.9.4
#define UCHARDET_VER 2018.09.27