+ Upd: Version files and Changes.txt

This commit is contained in:
Pairi Daiza 2022-02-12 16:57:15 +01:00
parent bf819a9565
commit 601c9380cf
No known key found for this signature in database
GPG Key ID: CA8DC330CDB482FA
5 changed files with 7 additions and 6 deletions

View File

@ -33,13 +33,14 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 5.22.211.(build_#) (2022-02-11)
Current BETA/RC Version 5.22.212.(build_#) (2022-02-12)
========================================================
--------------------------------------------------------
NEW:
--------------------------------------------------------
[.###.#]- .
[.212.1]- Document "Read Only" view menu item for switching mode.
[.129.1]- JSON Lexer: colorizing for URL/IRI and Compact IRI.
[.128.3]- JSON Lexer: error coloring for unclosed strings.
[1211.1]- Partial (incomplete - disabled) "Auto-Save and Backup" handling feature.

View File

@ -1 +1 @@
211
212

View File

@ -3,12 +3,12 @@
== This ".txt" file is intended for "Translators" to communicate to them the "Line numbers" of the ==
== "Added or Modified" items in the "Resource" files ("filename_xx_yy.rc" and "grepWinNP3.lang"). ==
== ==
== Last update: 2022-01-29 ==
== Last update: 2022-02-12 ==
========================================================================================================
January 2022: Line numbers to translate_2022-01 - https://workupload.com/file/3kmZN49gB9w (2022-01-29)
February 2022: Line numbers to translate_2022-02 - (2022-02-xx)
February 2022: Line numbers to translate_2022-02 - https://workupload.com/file/gTSBXqGG9Fd (2022-02-12)
March 2022: Line numbers to translate_2022-03 - (2022-03-xx)

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Rizonesoft.Notepad3"
processorArchitecture="*"
version="5.22.211.1"
version="5.22.212.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 211
#define VERSION_REV 212
#define VERSION_BUILD 1
#define SCINTILLA_VER 520
#define LEXILLA_VER 515