+ Upd: Version files and Changes.txt

This commit is contained in:
Pairi Daiza 2022-02-14 14:17:27 +01:00
parent 9b6b59cb09
commit 355ad9a2fc
No known key found for this signature in database
GPG Key ID: CA8DC330CDB482FA
4 changed files with 6 additions and 4 deletions

View File

@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 5.22.212.(build_#) (2022-02-12)
Current BETA/RC Version 5.22.214.(build_#) (2022-02-14)
========================================================
--------------------------------------------------------
@ -51,6 +51,7 @@ NEW:
CHANGES:
--------------------------------------------------------
[.###.#]- .
[.214.1]- "grepWinNP3": make runtime statically linking (GRE).
[.211.1]- Pimping UCHARDET encoding detector.
[.128.1]- CamelCase WordLists for AHK Lexer.
[.127.1]- Ctrl/Alt+F10 as Accelerator-Keys for Filesystem-Path to URL (and back) conversion.
@ -79,6 +80,7 @@ CHANGES Versions in Tools or Libraries:
FIXES:
--------------------------------------------------------
[.###.#]- .
[.214.1]- Allow switching encoding for empty document.
[.209.1]- Memory issues fixing and hardening.
[.128.2]- XML/HTML Stream Comment.
[.103.1]- Find/Replace pattern history: clear all not persisted to .ini file.

View File

@ -1 +1 @@
212
214

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Rizonesoft.Notepad3"
processorArchitecture="*"
version="5.22.212.1"
version="5.22.214.1"
type="win32"
/>
<description>Notepad3 beta</description>

View File

@ -8,7 +8,7 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 22
#define VERSION_REV 212
#define VERSION_REV 214
#define VERSION_BUILD 1
#define SCINTILLA_VER 520
#define LEXILLA_VER 515