mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
RC Release Changes
This commit is contained in:
parent
d63c046d9f
commit
968f426fd8
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -1 +1 @@
|
||||
2407
|
||||
2515
|
||||
|
||||
@ -1 +1 @@
|
||||
BETA
|
||||
"RC"
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user