Skip to content

Commit

Permalink
RC Release Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick Payne committed Jul 26, 2019
1 parent d63c046 commit 968f426
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 50 deletions.
8 changes: 0 additions & 8 deletions Build/notepad3_setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down
16 changes: 0 additions & 16 deletions Build/notepad3_x86_setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Versions/build.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2407
2515
2 changes: 1 addition & 1 deletion np3portableapp/_buildname.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
BETA
"RC"
20 changes: 10 additions & 10 deletions res/Notepad3.exe.manifest.conf
Original file line number Diff line number Diff line change
@@ -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>
28 changes: 14 additions & 14 deletions src/VersionEx.h
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 968f426

Please sign in to comment.