Merge branch 'Bugfix_1015' into FileHistory

This commit is contained in:
Rainer Kottenhoff 2017-10-15 18:59:09 +02:00
commit 97b162e2e3
4 changed files with 11 additions and 8 deletions

View File

@ -1,5 +1 @@
<<<<<<< HEAD
584
=======
586
>>>>>>> 652902a3d996c0e4b379c602bcccf72189f71df6
600

View File

@ -2,6 +2,13 @@
Rizonesoft Notepad3 CHANGES
==================================================
--------------------------------------------------
Version 2 Build 600 (15 October 2017)
--------------------------------------------------
~ Fix: Virtual space access: column indicator.
~ Fix: Customize Schemes... Font... selection: bold/italic now detected
(bold: if selection >= FW_SEMIBOLD)
--------------------------------------------------
Version 2 Build 583 (11 October 2017)
--------------------------------------------------

View File

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

View File

@ -1,5 +1,5 @@
#define VERSION_MAJOR 2
#define VERSION_MINOR 17
#define VERSION_REV 1011
#define VERSION_BUILD 583
#define VERSION_REV 1015
#define VERSION_BUILD 600
#define SCINTILLA_VER 400