mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge branch 'master' into FileHistory
This commit is contained in:
commit
3f0a464cc5
@ -1 +1 @@
|
||||
600
|
||||
605
|
||||
|
||||
@ -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)
|
||||
--------------------------------------------------
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="2.17.1015.600"
|
||||
version="2.17.1015.605"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3</description>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user