From 1b8bcb67bcfaa9b0fd10d503f93e0d5b451815f4 Mon Sep 17 00:00:00 2001 From: zufuliu Date: Sun, 17 Jan 2021 10:12:31 +0800 Subject: [PATCH] Release v4.21.01r3540. --- metapath/res/metapath.exe.manifest | 2 +- metapath/src/VersionRev.h | 12 ++++++------ readme.md | 16 ++++++++-------- res/Notepad2.exe.manifest | 2 +- src/VersionRev.h | 12 ++++++------ 5 files changed, 22 insertions(+), 22 deletions(-) diff --git a/metapath/res/metapath.exe.manifest b/metapath/res/metapath.exe.manifest index f3e129de7f..032c04eed9 100644 --- a/metapath/res/metapath.exe.manifest +++ b/metapath/res/metapath.exe.manifest @@ -1,6 +1,6 @@ - + metapath File Browser diff --git a/metapath/src/VersionRev.h b/metapath/src/VersionRev.h index 37c9c62fed..01b483ac1a 100644 --- a/metapath/src/VersionRev.h +++ b/metapath/src/VersionRev.h @@ -1,6 +1,6 @@ -#define VERSION_MINOR 20 -#define VERSION_BUILD 12 -#define VERSION_BUILD_NUM 12 -#define VERSION_HASH TEXT("7e43dafd") -#define VERSION_REV 3492 -#define VERSION_REV_FULL TEXT("r3492 (7e43dafd)") +#define VERSION_MINOR 21 +#define VERSION_BUILD 01 +#define VERSION_BUILD_NUM 1 +#define VERSION_HASH TEXT("15f717a1") +#define VERSION_REV 3540 +#define VERSION_REV_FULL TEXT("r3540 (15f717a1)") diff --git a/readme.md b/readme.md index 56c0927257..f7e74e2521 100644 --- a/readme.md +++ b/readme.md @@ -26,7 +26,7 @@ Latest development builds (artifacts in Release configuration for each compiler * [Auto completion for braces, brackets and quotes](https://github.com/zufuliu/notepad2/wiki/Auto-Completion-in-Notepad2#auto-insert-text) * Syntax highlighting, code folding and API list for (see built-in [file extension list](../master/doc/FileExt.txt)): * Plain Text - * [ActionScript](../master/tools/lang/ActionScript.as) for ActionScript 3 and 4 + * [ActionScript](../master/tools/lang/ActionScript.as) for ActionScript 3 and 4. * Android Smali, [Screenshots](https://github.com/zufuliu/notepad2/wiki/Screenshots#android-smali) * javap * Jasmin @@ -37,7 +37,7 @@ Latest development builds (artifacts in Release configuration for each compiler * NASM * Asymptote Vector Graphics Language * AutoIt Script - * [AviSynth Script](../master/tools/lang/AviSynth.avs), up to AviSynth 2.6, AviSynth+ 3.6, GScript 1.1 + * [AviSynth Script](../master/tools/lang/AviSynth.avs), up to AviSynth 2.6, AviSynth+ 3.6, GScript 1.1. * AWK, GNU AWK * Batch Script, [Screenshots](https://github.com/zufuliu/notepad2/wiki/Screenshots#batch) * C#, Vala, [Screenshots](https://github.com/zufuliu/notepad2/wiki/Screenshots#c) @@ -79,7 +79,7 @@ Latest development builds (artifacts in Release configuration for each compiler * [JavaScript](../master/tools/lang/JavaScript.js), up to ECMAScript 2020 (11th edition) with [JSX](https://facebook.github.io/jsx/) and [Web APIs](https://developer.mozilla.org/en-US/docs/Web/API). * JSON and JSON5 Document * [Julia Script](../master/tools/lang/Julia.jl), up to Julia 1.2. [Screenshots](https://github.com/zufuliu/notepad2/wiki/Screenshots#julia) - * [Kotlin](../master/tools/lang/Kotlin.kt), up to Kotlin 1.3 + * [Kotlin](../master/tools/lang/Kotlin.kt), up to Kotlin 1.3. * LaTeX * Lisp Script (Common Lisp, Clojure, Scheme, etc.) * [LLVM IR](../master/tools/lang/LLVM.ll), up to LLVM 10. @@ -125,13 +125,13 @@ Latest development builds (artifacts in Release configuration for each compiler * TCL, [Screenshots](https://github.com/zufuliu/notepad2/wiki/Screenshots#tcl) * Texinfo * TOML File - * [TypeScript](../master/tools/lang/TypeScript.ts) TypeScript 4.2 + * [TypeScript](../master/tools/lang/TypeScript.ts), TypeScript 4.2. * Visual Basic, VB6, VB.NET * VBScript * VHDL * Verilog HDL * [Vim Script](../master/tools/lang/Vim.vim) - * [WebAssembly](https://github.com/WebAssembly/wabt/blob/master/src/lexer-keywords.txt), up to wabt 1.0.19 + * [WebAssembly](https://github.com/WebAssembly/wabt/blob/master/src/lexer-keywords.txt), up to wabt 1.0.19. * XML Document, [Screenshots](https://github.com/zufuliu/notepad2/wiki/Screenshots#xml) * XML Schema * XML Stylesheet @@ -195,11 +195,11 @@ Latest development builds (artifacts in Release configuration for each compiler * [Scintilla's website](https://www.scintilla.org/) * [Build Notepad2 and metapath](https://github.com/zufuliu/notepad2/wiki/Build-Notepad2) * [Localization](https://github.com/zufuliu/notepad2/wiki/Localization) - * [日本語](https://github.com/maboroshin/notepad2) by @maboroshin + * [日本語](https://github.com/maboroshin/notepad2) by [@maboroshin](https://github.com/maboroshin) * [中文 (繁體)](https://github.com/zufuliu/notepad2/tree/master/locale/zh-Hant) * [中文 (简体)](https://github.com/zufuliu/notepad2/tree/master/locale/zh-Hans) - * [한국어](https://github.com/VenusGirl/notepad2) by @VenusGirl - * [한국어](https://teus.me/category/IT/Notepad2) by @bluenlive + * [한국어](https://github.com/VenusGirl/notepad2) by [@VenusGirl](https://github.com/VenusGirl) + * [한국어](https://teus.me/category/IT/Notepad2) by [@bluenlive](https://github.com/bluenlive) * [Notepad2 Wiki](https://github.com/zufuliu/notepad2/wiki) * Other projects based on (original) Notepad2 or Notepad2-mod: * [Notepad3](https://github.com/rizonesoft/Notepad3) diff --git a/res/Notepad2.exe.manifest b/res/Notepad2.exe.manifest index 4cb544bace..aa098992d0 100644 --- a/res/Notepad2.exe.manifest +++ b/res/Notepad2.exe.manifest @@ -1,6 +1,6 @@ - + Notepad2 Text Editor diff --git a/src/VersionRev.h b/src/VersionRev.h index 37c9c62fed..01b483ac1a 100644 --- a/src/VersionRev.h +++ b/src/VersionRev.h @@ -1,6 +1,6 @@ -#define VERSION_MINOR 20 -#define VERSION_BUILD 12 -#define VERSION_BUILD_NUM 12 -#define VERSION_HASH TEXT("7e43dafd") -#define VERSION_REV 3492 -#define VERSION_REV_FULL TEXT("r3492 (7e43dafd)") +#define VERSION_MINOR 21 +#define VERSION_BUILD 01 +#define VERSION_BUILD_NUM 1 +#define VERSION_HASH TEXT("15f717a1") +#define VERSION_REV 3540 +#define VERSION_REV_FULL TEXT("r3540 (15f717a1)")