+ Upd: Version files and Changes.txt

This commit is contained in:
Pairi Daiza 2023-01-05 20:18:30 +01:00
parent 1d70be157c
commit 1c43606f88
No known key found for this signature in database
GPG Key ID: AC2515EF755AF96F
4 changed files with 5 additions and 4 deletions

View File

@ -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.

View File

@ -1 +1 @@
104
105

View File

@ -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"
/>

View File

@ -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