RC Release Changes

This commit is contained in:
Derick Payne 2019-07-26 21:42:28 +02:00
parent d63c046d9f
commit 968f426fd8
6 changed files with 26 additions and 50 deletions

View File

@ -20,10 +20,6 @@
#error Compile MiniPath x86 first
#endif
#ifnexist bindir + "\Release_x86_v142\np3encrypt.exe"
#error Compile np3encrypt.exe x86 first
#endif
#ifnexist bindir + "\Release_x64_v142\Notepad3.exe"
#error Compile Notepad3 x64 first
#endif
@ -32,10 +28,6 @@
#error Compile MiniPath x64 first
#endif
#ifnexist bindir + "\Release_x64_v142\np3encrypt.exe"
#error Compile np3encrypt.exe x64 first
#endif
#define app_version GetFileVersion(bindir + "\Release_x86_v142\Notepad3.exe")
#define app_name "Notepad3"
#define app_copyright "(c) Rizonesoft 2008-2019"

View File

@ -20,22 +20,6 @@
#error Compile MiniPath x86 first
#endif
#ifnexist bindir + "\Release_x86_v142\np3encrypt.exe"
#error Compile np3encrypt.exe x86 first
#endif
#ifnexist bindir + "\Release_x64_v142\Notepad3.exe"
#error Compile Notepad3 x64 first
#endif
#ifnexist bindir + "\Release_x64_v142\minipath.exe"
#error Compile MiniPath x64 first
#endif
#ifnexist bindir + "\Release_x64_v142\np3encrypt.exe"
#error Compile np3encrypt.exe x64 first
#endif
#define app_version GetFileVersion(bindir + "\Release_x86_v142\Notepad3.exe")
#define app_name "Notepad3"
#define app_copyright "(c) Rizonesoft 2008-2019"

View File

@ -1 +1 @@
2407
2515

View File

@ -1 +1 @@
BETA
"RC"

View File

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.19.726.2407"
type="win32"
/>
<description>Notepad3 BETA</description>
</assembly>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.19.726.2515"
type="win32"
/>
<description>Notepad3 RC</description>
</assembly>

View File

@ -1,14 +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 726
#define VERSION_BUILD 2407
#define SCINTILLA_VER 420
#define ONIGURUMA_REGEX_VER 6.9.3
#define VERSION_PATCH BETA
// //////////////////////////////////////////////////////////
// //
// 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 726
#define VERSION_BUILD 2515
#define SCINTILLA_VER 420
#define ONIGURUMA_REGEX_VER 6.9.3
#define VERSION_PATCH RC