+ upd: version strings

- np3_tr_tr ProjectDependenties
This commit is contained in:
Pairi Daiza 2019-11-18 11:17:15 +01:00
parent c2bb4a2b88
commit a5cabf23fd
5 changed files with 12 additions and 5 deletions

View File

@ -31,7 +31,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
====================================================
Current BETA Version 5.19.1113.#(build) (2019-11-13)
Current BETA Version 5.19.1118.(#build) (2019-11-18)
====================================================
----------------------------------------------------
@ -48,6 +48,7 @@ NEW:
CHANGES:
----------------------------------------------------
- ESC Key clears active selection (before exiting Notepad3).
- Refactoring source code (encoding detection).
- Reduce big file size limit to 2GB (INT_MAX).
- Conversion all *.RC files to encoding UTF-8 (no BOM/Signature).
- New Notepad3 Icon (Notepad3 icon by Vexels.com designed by smanashova@gmail.com).

View File

@ -214,8 +214,14 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mp_pl_pl", "minipath\langua
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "np3_tr_tr", "language\np3_tr_tr\np3_tr_tr.vcxproj", "{15428F5A-16F1-4DA5-9F12-0411183E3DC0}"
ProjectSection(ProjectDependencies) = postProject
{9DC82B0D-2484-4925-92AD-1237C64CCB78} = {9DC82B0D-2484-4925-92AD-1237C64CCB78}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mp_tr_tr", "minipath\language\mp_tr_tr\mp_tr_tr.vcxproj", "{6503214A-CE25-45B5-84BB-61EEFB35D1A9}"
ProjectSection(ProjectDependencies) = postProject
{29AB36E1-284E-4E0B-9DF4-F4F84760BD9B} = {29AB36E1-284E-4E0B-9DF4-F4F84760BD9B}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Scintilla", "scintilla\Scintilla.vcxproj", "{5877B917-512B-49F5-B514-1B4159E7A9CA}"
EndProject

View File

@ -1 +1 @@
2676
2677

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.19.1116.2676"
version="5.19.1118.2677"
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 1116
#define VERSION_BUILD 2676
#define VERSION_REV 1118
#define VERSION_BUILD 2677
#define SCINTILLA_VER 421
#define ONIGURUMA_REGEX_VER 6.9.4
#define UCHARDET_VER 2018.09.27