-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a2d87d9
commit 3442b20
Showing
8 changed files
with
319 additions
and
319 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,6 @@ | |
rem cd %~dp0 | ||
rem %~d0 | ||
|
||
set PRODUCT_VERSION_VERS=1.0.15.3 | ||
set PRODUCT_VERSION_VERS=1.0.15.6 | ||
|
||
@exit /b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
1.0.15.3 | ||
1.0.15.6 | ||
wsrm | ||
wsrm (x86) : Mon May 27 14:01 1.0.15.3 | ||
wsrm (x64) : Mon May 27 14:01 1.0.15.3 | ||
wsrm (x86) : Tue May 28 10:34 1.0.15.6 | ||
wsrm (x64) : Tue May 28 10:34 1.0.15.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.0.15.003 | ||
1.0.15.006 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
// | ||
//=========================================================================================== | ||
// | ||
// This file is automatically generated by SetBld (x86 Unicode). | ||
// This file is automatically generated by SetBld (x86 Unicode). | ||
// | ||
// (c) 2003 - 2024 Macallan - mailto:[email protected] | ||
// (c) 2003 - 2024 Macallan - mailto:[email protected] | ||
// | ||
// Generated : 27/05/2024 14:01:28 | ||
// Generated : 28/05/2024 10:34:18 | ||
// | ||
//=========================================================================================== | ||
// | ||
|
@@ -54,33 +54,33 @@ | |
#endif | ||
|
||
#ifdef UNICODE | ||
#define PROGRAM_DATE L"Mon May 27 14:01" | ||
#define PROGRAM_DATE_F L"Mon May 27 14:01 2024" | ||
#define PROGRAM_DATE L"Tue May 28 10:34" | ||
#define PROGRAM_DATE_F L"Tue May 28 10:34 2024" | ||
#define PROGRAM_YEAR L"2024" | ||
#define PROGRAM_TIME L"2024/05/27 14:01:28" | ||
#define PROGRAM_TIME L"2024/05/28 10:34:18" | ||
#else | ||
#define PROGRAM_DATE "Mon May 27 14:01" | ||
#define PROGRAM_DATE_F "Mon May 27 14:01 2024" | ||
#define PROGRAM_DATE "Tue May 28 10:34" | ||
#define PROGRAM_DATE_F "Tue May 28 10:34 2024" | ||
#define PROGRAM_YEAR "2024" | ||
#define PROGRAM_TIME "2024/05/27 14:01:28" | ||
#define PROGRAM_TIME "2024/05/28 10:34:18" | ||
#endif | ||
|
||
#ifdef UNICODE | ||
#define PROGRAM_VERSION L"1.0.15.003" | ||
#define PROGRAM_INSTALL L"1.0.15003" | ||
#define PROGRAM_VER_NUM 10015003 | ||
#define PROGRAM_BUILD L"187" | ||
#define PROGRAM_VERSION L"1.0.15.006" | ||
#define PROGRAM_INSTALL L"1.0.15006" | ||
#define PROGRAM_VER_NUM 10015006 | ||
#define PROGRAM_BUILD L"190" | ||
#define PROGRAM_TITLE L"wsrm" | ||
#ifdef _WIN64 | ||
#define PROGRAM_TITLE_P L"wsrm (x64 Unicode)" | ||
#else | ||
#define PROGRAM_TITLE_P L"wsrm (x86 Unicode)" | ||
#endif | ||
#else | ||
#define PROGRAM_VERSION "1.0.15.003" | ||
#define PROGRAM_INSTALL "1.0.15003" | ||
#define PROGRAM_VER_NUM 10015003 | ||
#define PROGRAM_BUILD "187" | ||
#define PROGRAM_VERSION "1.0.15.006" | ||
#define PROGRAM_INSTALL "1.0.15006" | ||
#define PROGRAM_VER_NUM 10015006 | ||
#define PROGRAM_BUILD "190" | ||
#define PROGRAM_TITLE "wsrm" | ||
#ifdef _WIN64 | ||
#define PROGRAM_TITLE_P "wsrm (x64 MBCS)" | ||
|
Oops, something went wrong.