Skip to content

Commit

Permalink
Bump version to 1.14.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Soreepeong committed Jul 4, 2021
1 parent 7664eab commit 9f13391
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions XivAlexander/XivAlexander.rc
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,14,8,1
PRODUCTVERSION 1,14,8,1
FILEVERSION 1,14,8,2
PRODUCTVERSION 1,14,8,2
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -164,12 +164,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Soreepeong"
VALUE "FileDescription", "Main DLL for XivAlexander."
VALUE "FileVersion", "1.14.8.1"
VALUE "FileVersion", "1.14.8.2"
VALUE "InternalName", "XivAlexander.dll"
VALUE "LegalCopyright", "Copyright (C) 2021"
VALUE "OriginalFilename", "XivAlexander.dll"
VALUE "ProductName", "XivAlexander"
VALUE "ProductVersion", "1.14.8.1"
VALUE "ProductVersion", "1.14.8.2"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions XivAlexanderLoader/XivAlexanderLoader.rc
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ IDI_ICON1 ICON "..\\Graphics\\Icon.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,14,8,1
PRODUCTVERSION 1,14,8,1
FILEVERSION 1,14,8,2
PRODUCTVERSION 1,14,8,2
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -89,12 +89,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Soreepeong"
VALUE "FileDescription", "Loader program for XivAlexander."
VALUE "FileVersion", "1.14.8.1"
VALUE "FileVersion", "1.14.8.2"
VALUE "InternalName", "XivAlexanderLoader.exe"
VALUE "LegalCopyright", "Copyright (C) 2021"
VALUE "OriginalFilename", "XivAlexanderLoader.exe"
VALUE "ProductName", "XivAlexander"
VALUE "ProductVersion", "1.14.8.1"
VALUE "ProductVersion", "1.14.8.2"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 9f13391

Please sign in to comment.