Merge branch 'master' into FileHistory

This commit is contained in:
Rainer Kottenhoff 2017-10-16 09:07:29 +02:00
commit 3f0a464cc5
8 changed files with 9 additions and 3 deletions

View File

@ -1 +1 @@
600
605

View File

@ -2,6 +2,12 @@
Rizonesoft Notepad3 CHANGES
==================================================
--------------------------------------------------
Version 2 Build 605 (15 October 2017)
--------------------------------------------------
~ Fix: Crash on accessing UndoRedo structure while NP3 instance has
not been initialized completely (.LOG file opening bug).
--------------------------------------------------
Version 2 Build 600 (15 October 2017)
--------------------------------------------------

View File

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

View File

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