mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+ Upd: Version files and Changes.txt
This commit is contained in:
parent
545346d6c1
commit
9d80dde8f1
@ -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.
|
||||
|
||||
@ -1 +1 @@
|
||||
1230
|
||||
101
|
||||
|
||||
@ -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"
|
||||
/>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user