Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian-Macallan committed May 28, 2024
1 parent a2d87d9 commit 3442b20
Show file tree
Hide file tree
Showing 8 changed files with 319 additions and 319 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
# You can convert this to a build matrix if you need coverage of multiple configuration types.
# https://docs.github.com/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
BUILD_CONFIGURATION: Release
BUILD_VERSION: 1.0.15.3 # Version
BUILD_VERSION: 1.0.15.6 # Version
#
permissions:
actions: write
Expand Down
2 changes: 1 addition & 1 deletion ProductVersionInfo.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions ProductVersionInfo.txt
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
2 changes: 1 addition & 1 deletion ProductVersionSize.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.15.003
1.0.15.006
10 changes: 5 additions & 5 deletions wsrm/AutomaticProductName.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
#ifdef _WIN64
#ifdef UNICODE
#define ORIGINAL_FILENAME L"wsrm (x64 Unicode) (MSVC)\0"
#define PRODUCT_NAME L"wsrm - Version 1.0.15.003\r\n(Build 187) - (x64 Unicode) (MSVC)\0"
#define PRODUCT_NAME L"wsrm - Version 1.0.15.006\r\n(Build 190) - (x64 Unicode) (MSVC)\0"
#else
#define ORIGINAL_FILENAME "wsrm (x64 MBCS) (MSVC)\0"
#define PRODUCT_NAME "wsrm - Version 1.0.15.003\r\n(Build 187) - (x64 MBCS) (MSVC)\0"
#define PRODUCT_NAME "wsrm - Version 1.0.15.006\r\n(Build 190) - (x64 MBCS) (MSVC)\0"
#endif
#elif _WIN32
#ifdef UNICODE
#define ORIGINAL_FILENAME L"wsrm (x86 Unicode) (MSVC)\0"
#define PRODUCT_NAME L"wsrm - Version 1.0.15.003\r\n(Build 187) - (x86 Unicode) (MSVC)\0"
#define PRODUCT_NAME L"wsrm - Version 1.0.15.006\r\n(Build 190) - (x86 Unicode) (MSVC)\0"
#else
#define ORIGINAL_FILENAME "wsrm (x86 MBCS) (MSVC)\0"
#define PRODUCT_NAME "wsrm - Version 1.0.15.003\r\n(Build 187) - (x86 MBCS) (MSVC)\0"
#define PRODUCT_NAME "wsrm - Version 1.0.15.006\r\n(Build 190) - (x86 MBCS) (MSVC)\0"
#endif
#else
#define ORIGINAL_FILENAME "wsrm (MSVC)\0"
#define PRODUCT_NAME "wsrm - Version 1.0.15.003\r\n(Build 187) - (MSVC)\0"
#define PRODUCT_NAME "wsrm - Version 1.0.15.006\r\n(Build 190) - (MSVC)\0"
#endif
34 changes: 17 additions & 17 deletions wsrm/AutomaticVersionHeader.h
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
//
//===========================================================================================
//
Expand Down Expand Up @@ -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)"
Expand Down
Loading

0 comments on commit 3442b20

Please sign in to comment.