Release related changes (774)

This commit is contained in:
Derick Payne 2017-12-23 12:11:23 +02:00
parent 3ba71f63ee
commit 689c585665
4 changed files with 4 additions and 3 deletions

View File

@ -50,6 +50,7 @@ Version 3.17.1223.773 (23 December 2017)
- Fix: setting/changing encryption pass-phrase did not trigger "file modified" flag.
- Fix: Problem with 1st vs. 2nd Default Text Scheme selection.
- Fix: Inconsistency 1st vs. 2nd Default Text Font selection.
- Fix: Use Standard Lexer on new (empty) files.
- General bug fixes and code cleanup.
--------------------------------------------------

View File

@ -1 +1 @@
773
774

View File

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

View File

@ -6,6 +6,6 @@
#define VERSION_MAJOR 3
#define VERSION_MINOR 17
#define VERSION_REV 1223
#define VERSION_BUILD 773
#define VERSION_BUILD 774
#define SCINTILLA_VER 402
#define ONIGMO_REGEX_VER 6.1.3