Skip to content

Commit

Permalink
1.8 Beta 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gmoromisato committed Sep 15, 2018
1 parent bab8d79 commit 70c5b47
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Transcendence/Transcendence.rc
Expand Up @@ -65,8 +65,8 @@ VS_VERSION_INFO$(MULTIVERSE_BUILD) VERSIONINFO
#else
VS_VERSION_INFO VERSIONINFO
#endif
FILEVERSION 1,8,203,2
PRODUCTVERSION 1,8,203,2
FILEVERSION 1,8,203,3
PRODUCTVERSION 1,8,203,3
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -83,13 +83,13 @@ BEGIN
BEGIN
VALUE "CompanyName", "Kronosaur Productions, LLC"
VALUE "FileDescription", "Transcendence"
VALUE "FileVersion", "1.8.203.2"
VALUE "FileVersion", "1.8.203.3"
VALUE "InternalName", "Transcendence"
VALUE "LegalCopyright", "Copyright � 2003-2018 Kronosaur Productions, LLC. All Rights Reserved."
VALUE "LegalTrademarks", "Transcendence is a registered trademark of Kronosaur Productions, LLC."
VALUE "OriginalFilename", "Transcendence.exe"
VALUE "ProductName", "Transcendence"
VALUE "ProductVersion", "1.8 Beta 3.1"
VALUE "ProductVersion", "1.8 Beta 3.2"
END
END
BLOCK "VarFileInfo"
Expand All @@ -105,8 +105,8 @@ VS_VERSION_INFO$(STEAM_BUILD) VERSIONINFO
#else
VS_VERSION_INFO VERSIONINFO
#endif
FILEVERSION 1,8,203,2
PRODUCTVERSION 1,8,203,2
FILEVERSION 1,8,203,3
PRODUCTVERSION 1,8,203,3
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -123,13 +123,13 @@ BEGIN
BEGIN
VALUE "CompanyName", "Kronosaur Productions, LLC"
VALUE "FileDescription", "Transcendence"
VALUE "FileVersion", "1.8.203.2"
VALUE "FileVersion", "1.8.203.3"
VALUE "InternalName", "Transcendence"
VALUE "LegalCopyright", "Copyright � 2003-2018 Kronosaur Productions, LLC. All Rights Reserved."
VALUE "LegalTrademarks", "Transcendence is a registered trademark of Kronosaur Productions, LLC."
VALUE "OriginalFilename", "Transcendence.exe"
VALUE "ProductName", "Transcendence"
VALUE "ProductVersion", "1.8 Beta 3.1 Steam"
VALUE "ProductVersion", "1.8 Beta 3.2 Steam"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 70c5b47

Please sign in to comment.