Skip to content

Commit 968f426

Browse files
author
Derick Payne
committed
RC Release Changes
1 parent d63c046 commit 968f426

File tree

6 files changed

+26
-50
lines changed

6 files changed

+26
-50
lines changed

Build/notepad3_setup.iss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
#error Compile MiniPath x86 first
2121
#endif
2222

23-
#ifnexist bindir + "\Release_x86_v142\np3encrypt.exe"
24-
#error Compile np3encrypt.exe x86 first
25-
#endif
26-
2723
#ifnexist bindir + "\Release_x64_v142\Notepad3.exe"
2824
#error Compile Notepad3 x64 first
2925
#endif
@@ -32,10 +28,6 @@
3228
#error Compile MiniPath x64 first
3329
#endif
3430

35-
#ifnexist bindir + "\Release_x64_v142\np3encrypt.exe"
36-
#error Compile np3encrypt.exe x64 first
37-
#endif
38-
3931
#define app_version GetFileVersion(bindir + "\Release_x86_v142\Notepad3.exe")
4032
#define app_name "Notepad3"
4133
#define app_copyright "(c) Rizonesoft 2008-2019"

Build/notepad3_x86_setup.iss

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,6 @@
2020
#error Compile MiniPath x86 first
2121
#endif
2222

23-
#ifnexist bindir + "\Release_x86_v142\np3encrypt.exe"
24-
#error Compile np3encrypt.exe x86 first
25-
#endif
26-
27-
#ifnexist bindir + "\Release_x64_v142\Notepad3.exe"
28-
#error Compile Notepad3 x64 first
29-
#endif
30-
31-
#ifnexist bindir + "\Release_x64_v142\minipath.exe"
32-
#error Compile MiniPath x64 first
33-
#endif
34-
35-
#ifnexist bindir + "\Release_x64_v142\np3encrypt.exe"
36-
#error Compile np3encrypt.exe x64 first
37-
#endif
38-
3923
#define app_version GetFileVersion(bindir + "\Release_x86_v142\Notepad3.exe")
4024
#define app_name "Notepad3"
4125
#define app_copyright "(c) Rizonesoft 2008-2019"

Versions/build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2407
1+
2515

np3portableapp/_buildname.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
BETA
1+
"RC"

res/Notepad3.exe.manifest.conf

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3-
<assemblyIdentity
4-
name="Notepad3"
5-
processorArchitecture="*"
6-
version="5.19.726.2407"
7-
type="win32"
8-
/>
9-
<description>Notepad3 BETA</description>
10-
</assembly>
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3+
<assemblyIdentity
4+
name="Notepad3"
5+
processorArchitecture="*"
6+
version="5.19.726.2515"
7+
type="win32"
8+
/>
9+
<description>Notepad3 RC</description>
10+
</assembly>

src/VersionEx.h

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
// //////////////////////////////////////////////////////////
2-
// //
3-
// this file is generated - use template to apply changes //
4-
// //
5-
// //////////////////////////////////////////////////////////
6-
#define APPNAME Notepad3
7-
#define SAPPNAME "Notepad3"
8-
#define VERSION_MAJOR 5
9-
#define VERSION_MINOR 19
10-
#define VERSION_REV 726
11-
#define VERSION_BUILD 2407
12-
#define SCINTILLA_VER 420
13-
#define ONIGURUMA_REGEX_VER 6.9.3
14-
#define VERSION_PATCH BETA
1+
// //////////////////////////////////////////////////////////
2+
// //
3+
// this file is generated - use template to apply changes //
4+
// //
5+
// //////////////////////////////////////////////////////////
6+
#define APPNAME Notepad3
7+
#define SAPPNAME "Notepad3"
8+
#define VERSION_MAJOR 5
9+
#define VERSION_MINOR 19
10+
#define VERSION_REV 726
11+
#define VERSION_BUILD 2515
12+
#define SCINTILLA_VER 420
13+
#define ONIGURUMA_REGEX_VER 6.9.3
14+
#define VERSION_PATCH RC

0 commit comments

Comments
 (0)