diff --git a/Version.ps1 b/Version.ps1 index f0ef4075d..73e6c62a1 100644 --- a/Version.ps1 +++ b/Version.ps1 @@ -74,4 +74,3 @@ finally Write-Host "VersionPatching: Done! Elapsed time: $($stopwatch.Elapsed)." Exit $LastExitCode } - diff --git a/Versions/Notepad3.exe.manifest.tpl b/Versions/Notepad3.exe.manifest.tpl index d9d81b152..ebf3fb721 100644 --- a/Versions/Notepad3.exe.manifest.tpl +++ b/Versions/Notepad3.exe.manifest.tpl @@ -8,3 +8,4 @@ /> Notepad3 + diff --git a/Versions/build.txt b/Versions/build.txt index 2034434e4..695e52ab1 100644 --- a/Versions/build.txt +++ b/Versions/build.txt @@ -1 +1,2 @@ 693 + diff --git a/distrib/Changes.txt b/distrib/Changes.txt index db3b70ca2..9549ac268 100644 --- a/distrib/Changes.txt +++ b/distrib/Changes.txt @@ -5,7 +5,6 @@ Rizonesoft Notepad3 CHANGES -------------------------------------------------- Version 3.17.1124.690 (24 November 2017) -------------------------------------------------- -- Minor bug fixes and more... - Fix: Revert to Scintilla's default mouse down and mouse wheel capture mode. - Fix: "Mark All Occurrences" setting of find/replace dialog should only be persisted, if "Save Settings on Exit" is enabled. - Fix: UpdateLineNumberWidth() triggers cleanup. @@ -59,6 +58,7 @@ Version 3.17.1124.690 (24 November 2017) - Fix: issue #145 (Mark Occurrences Counter is broken). - Increase buffers for edit box in "Customize Schemes..." dialog. - Fix: Pasting clipboard content into selection box should replace text and cancel selection then. +- Minor bug fixes and more... -------------------------------------------------- Version 2.17.1023.632 (23 October 2017) diff --git a/src/VersionEx.h b/src/VersionEx.h index 25d46a79d..2dbc95a88 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -3,3 +3,4 @@ #define VERSION_REV 1124 #define VERSION_BUILD 693 #define SCINTILLA_VER 402 +