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
1d70be157c
commit
1c43606f88
@ -34,7 +34,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.23.104.(build_#) (2023-01-04)
|
||||
Current BETA/RC Version 5.23.105.(build_#) (2023-01-05)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -121,6 +121,7 @@ CHANGES Versions in Tools or Libraries:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.104.1]- Fix some WSL2 (Linux) path issues.
|
||||
[.104.1]- Handling of editing own settings (in this case: disable file watching).
|
||||
[.104.1]- Path to module relative representation.
|
||||
[.103.1]- Load Toolbar-Bitmap handling.
|
||||
|
||||
@ -1 +1 @@
|
||||
104
|
||||
105
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<assemblyIdentity
|
||||
name="Rizonesoft.Notepad3"
|
||||
version="5.23.104.1"
|
||||
version="5.23.105.1"
|
||||
processorArchitecture="*"
|
||||
type="win32"
|
||||
/>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 23
|
||||
#define VERSION_REV 104
|
||||
#define VERSION_REV 105
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 532
|
||||
#define LEXILLA_VER 521
|
||||
|
||||
Loading…
Reference in New Issue
Block a user