+ Upd: Version files and Changes.txt

This commit is contained in:
Pairi Daiza 2022-01-03 16:18:54 +01:00
parent 429ed35535
commit b4c9b60f99
No known key found for this signature in database
GPG Key ID: CA8DC330CDB482FA
4 changed files with 7 additions and 5 deletions

View File

@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 5.21.1228.(build_#) (2021-12-28)
Current BETA/RC Version 5.22.103.(build_#) (2022-01-03)
========================================================
--------------------------------------------------------
@ -72,6 +72,8 @@ CHANGES Versions in Tools or Libraries:
FIXES:
--------------------------------------------------------
[.###.#]- .
[.103.1]- Find/Replace pattern history: clear all not persisted to .ini file.
[.103.1]- URL detector: double-quote should not be valid URL character.
[1228.1]- Allow hyperlinks end in dashes.
[1222.1]- Support User-Doc on Recent Files Jump List.
[1222.1]- Trim line endings on Save except AutoSave.

View File

@ -1 +1 @@
1228
103

View File

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

View File

@ -7,8 +7,8 @@
#define APPNAME Notepad3
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 21
#define VERSION_REV 1228
#define VERSION_MINOR 22
#define VERSION_REV 103
#define VERSION_BUILD 1
#define SCINTILLA_VER 515
#define LEXILLA_VER 514