diff --git a/Build/Changes.txt b/Build/Changes.txt index eaa5618fc..7068a97e3 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -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. diff --git a/Versions/day.txt b/Versions/day.txt index b16e5f75e..f96ac0672 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -104 +105 diff --git a/res/Notepad3.exe.conf.manifest b/res/Notepad3.exe.conf.manifest index adace0644..240db5353 100644 --- a/res/Notepad3.exe.conf.manifest +++ b/res/Notepad3.exe.conf.manifest @@ -3,7 +3,7 @@ diff --git a/src/VersionEx.h b/src/VersionEx.h index 9b36bb24b..8bad95c2d 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -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