mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-17 21:03:19 +08:00
Merge pull request #1757 from hpwamr/mui
+ ver: version files for beta channel (Build_2670)
This commit is contained in:
commit
3f45d4b540
@ -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)
|
||||
==================================================
|
||||
|
||||
--------------------------------------------------
|
||||
|
||||
@ -1 +1 @@
|
||||
2669
|
||||
2670
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.19.1105.2669"
|
||||
version="5.19.1106.2670"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 BETA</description>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user