From 283ebbc0dfb78c805fd904cfc2b59839da54d54e Mon Sep 17 00:00:00 2001 From: zufuliu Date: Sun, 24 Sep 2017 00:44:19 +0800 Subject: [PATCH] Release v4.2.25r1096. --- readme.md | 7 +++---- res/Notepad2.exe.manifest | 2 +- src/VersionRev.h | 6 +++--- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/readme.md b/readme.md index e25a364dd3..d9d4b31e65 100644 --- a/readme.md +++ b/readme.md @@ -146,8 +146,8 @@ * Display caret location and length of selected text in count of characters * Improved auto-completion * Improved support for NFO ANSI art -* Support for replacing Windows Notepad using a clean, unintrusive registry-based method -* Support adding Notepad2 to Windows explorer context menu +* Support replacing Windows Notepad using a clean, unintrusive registry-based method +* Support [adding Notepad2 to Windows explorer context menu](https://github.com/zufuliu/notepad2/wiki/Open-with-Notepad2) * Other various minor changes and tweaks ## Supported Operating Systems: @@ -171,8 +171,7 @@ TBD. * [Official Notepad2 website](http://www.flos-freeware.ch/notepad2.html) * [Official Notepad2-mod website](https://xhmikosr.github.io/notepad2-mod/) * [Scintilla Documentation](http://www.scintilla.org/ScintillaDoc.html) +* [Build Notepad2 and metapath](https://github.com/zufuliu/notepad2/wiki/Build-Notepad2) ## Changed keyboard shortcuts compared to Notepad2 and/or Notepad2-mod: Almost every shortcut is available in the menu. - -## [Build Notepad2 and metapath](https://github.com/zufuliu/notepad2/wiki/Build-Notepad2) diff --git a/res/Notepad2.exe.manifest b/res/Notepad2.exe.manifest index 5bd752095b..8857d354b0 100644 --- a/res/Notepad2.exe.manifest +++ b/res/Notepad2.exe.manifest @@ -3,7 +3,7 @@ Notepad2 diff --git a/src/VersionRev.h b/src/VersionRev.h index 38e74bf048..a229c072ca 100644 --- a/src/VersionRev.h +++ b/src/VersionRev.h @@ -1,3 +1,3 @@ -#define VERSION_HASH _T("32e15e8") -#define VERSION_REV 1071 -#define VERSION_REV_FULL _T("1071 (32e15e8)") +#define VERSION_HASH _T("cffabe8") +#define VERSION_REV 1096 +#define VERSION_REV_FULL _T("1096 (cffabe8)")