+ Upd: Version files and Changes.txt

This commit is contained in:
Pairi Daiza 2023-01-01 22:08:27 +01:00
parent 545346d6c1
commit 9d80dde8f1
No known key found for this signature in database
GPG Key ID: AC2515EF755AF96F
4 changed files with 7 additions and 6 deletions

View File

@ -2,7 +2,7 @@
= =
= Notepad3 - light-weight Scintilla-based text editor for Windows =
= =
= (c) Rizonesoft 2008-2022 =
= (c) Rizonesoft 2008-2023 =
= https://www.rizonesoft.com =
= =
================================================================================
@ -34,7 +34,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 5.22.1230.(build_#) (2022-12-30)
Current BETA/RC Version 5.23.101.(build_#) (2023-01-01)
========================================================
--------------------------------------------------------
@ -63,6 +63,7 @@ NEW:
CHANGES:
--------------------------------------------------------
[.###.#]- .
[.101.1]- Fix and refactoring window positioning respecting monitor DPI.
[1230.1]- Revert to Lexilla's standard Markdown lexer (LEX).
[1230.1]- Change background color for Heading 1 to enhance contrast to std Hyperlink (LEX).
[1230.1]- Visible representation of EOL characters.

View File

@ -1 +1 @@
1230
101

View File

@ -3,7 +3,7 @@
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity
name="Rizonesoft.Notepad3"
version="5.22.1230.1"
version="5.23.101.1"
processorArchitecture="*"
type="win32"
/>

View File

@ -7,8 +7,8 @@
#define APPNAME Notepad3
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 22
#define VERSION_REV 1230
#define VERSION_MINOR 23
#define VERSION_REV 101
#define VERSION_BUILD 1
#define SCINTILLA_VER 532
#define LEXILLA_VER 521