diff --git a/Build/Changes.txt b/Build/Changes.txt index 42c42b1ed..11b25990d 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -30,7 +30,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library ================================================== -Version 5.19.xxx.xxxx (xx Xxxx 2019) +Version 5.19.630.2381 (30 June 2019) ================================================== -------------------------------------------------- @@ -105,7 +105,7 @@ FIXES: -------------------------------------------------- - Load external Toolbars (clear config on error, path relative to be portable) - Focused View: refolding by lexer -- FocusedView started from Find/Replace dialog +- Focused View started from Find/Replace dialog - Do not ignore notify change for Paste/Swap/Undo/Redo - Colourise bug on find next (w/ mark occurrences) - Indentation warning dialog diff --git a/Versions/build.txt b/Versions/build.txt new file mode 100644 index 000000000..8c5581cf3 --- /dev/null +++ b/Versions/build.txt @@ -0,0 +1 @@ +2381 diff --git a/np3portableapp/build_np3portableapp.cmd b/np3portableapp/build_np3portableapp.cmd index 2d01d1ab4..a8c044510 100644 --- a/np3portableapp/build_np3portableapp.cmd +++ b/np3portableapp/build_np3portableapp.cmd @@ -35,7 +35,6 @@ set NP3_LANGUAGE_SET=af-ZA be-BY de-DE en-GB es-ES fr-FR hu-HU it-IT ja-JP ko-KR :: --- Environment --- set SCRIPT_DIR=%~dp0 set PORTAPP_ROOT_DIR=D:\PortableApps -::set PORTAPP_ROOT_DIR=D:\Rizonesoft\PortableApps\PortableApps set PORTAPP_APP_COMPACTOR=%PORTAPP_ROOT_DIR%\PortableApps.comAppCompactor\PortableApps.comAppCompactor.exe set PORTAPP_LAUNCHER_CREATOR=%PORTAPP_ROOT_DIR%\PortableApps.comLauncher\PortableApps.comLauncherGenerator.exe set PORTAPP_INSTALLER_CREATOR=%PORTAPP_ROOT_DIR%\PortableApps.comInstaller\PortableApps.comInstaller.exe diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf new file mode 100644 index 000000000..85db89fbc --- /dev/null +++ b/res/Notepad3.exe.manifest.conf @@ -0,0 +1,10 @@ + + + + Notepad3 + diff --git a/src/VersionEx.h b/src/VersionEx.h new file mode 100644 index 000000000..ef0293ed8 --- /dev/null +++ b/src/VersionEx.h @@ -0,0 +1,14 @@ +// ////////////////////////////////////////////////////////// +// // +// this file is generated - use template to apply changes // +// // +// ////////////////////////////////////////////////////////// +#define APPNAME Notepad3 +#define SAPPNAME "Notepad3" +#define VERSION_MAJOR 5 +#define VERSION_MINOR 19 +#define VERSION_REV 630 +#define VERSION_BUILD 2381 +#define SCINTILLA_VER 416 +#define ONIGMO_REGEX_VER 6.2.0 +#define VERSION_PATCH