+ chg: Update Build version

This commit is contained in:
Pairi Daiza 2019-09-10 12:00:45 +02:00
parent 75cd37ac0f
commit ca18887db5
4 changed files with 5 additions and 5 deletions

View File

@ -78,7 +78,7 @@ FIXES:
--------------------------------------------------
REMOVED:
--------------------------------------------------
- "Ctrl+Shift+Alt+F" (Code Folding) because no longer works with Win10 1903.
- "Ctrl+Shift+Alt+F" (Code Folding) no longer works from Windows 10 v1903.
--------------------------------------------------
TRANSLATIONS (MUI):

View File

@ -1 +1 @@
2622
2623

View File

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

View File

@ -7,8 +7,8 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 19
#define VERSION_REV 909
#define VERSION_BUILD 2622
#define VERSION_REV 910
#define VERSION_BUILD 2623
#define SCINTILLA_VER 420
#define ONIGURUMA_REGEX_VER 6.9.3
#define UCHARDET_VER 2018.09.27