Skip to content

Commit

Permalink
1.8 Beta 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gmoromisato committed Dec 10, 2018
1 parent b5f6f1c commit b0f78d8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion Transcendence/Credits.h
Expand Up @@ -198,6 +198,7 @@ static char *FEEDBACK[] =
"Sheltem",
"SiaFu",
"Sideyr",
"SiegeLord",
"Siegfried",
"Silentdances",
"6cef",
Expand Down Expand Up @@ -231,6 +232,7 @@ static char *FEEDBACK[] =
"Watch TV, Do Nothing",
"Weelillad",
"Wolfwalker",
"Wolfwalker Prime",
"Wurmish",

"Xephyr",
Expand Down Expand Up @@ -287,4 +289,4 @@ static char *SOFTWARE[] =
"zlib"
};

const int SOFTWARE_COUNT = (sizeof(SOFTWARE) / sizeof(SOFTWARE[0]));
const int SOFTWARE_COUNT = (sizeof(SOFTWARE) / sizeof(SOFTWARE[0]));
12 changes: 6 additions & 6 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,204,0
PRODUCTVERSION 1,8,204,0
FILEVERSION 1,8,204,1
PRODUCTVERSION 1,8,204,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -83,7 +83,7 @@ BEGIN
BEGIN
VALUE "CompanyName", "Kronosaur Productions, LLC"
VALUE "FileDescription", "Transcendence"
VALUE "FileVersion", "1.8.204.0"
VALUE "FileVersion", "1.8.204.1"
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."
Expand All @@ -105,8 +105,8 @@ VS_VERSION_INFO$(STEAM_BUILD) VERSIONINFO
#else
VS_VERSION_INFO VERSIONINFO
#endif
FILEVERSION 1,8,204,0
PRODUCTVERSION 1,8,204,0
FILEVERSION 1,8,204,1
PRODUCTVERSION 1,8,204,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -123,7 +123,7 @@ BEGIN
BEGIN
VALUE "CompanyName", "Kronosaur Productions, LLC"
VALUE "FileDescription", "Transcendence"
VALUE "FileVersion", "1.8.204.0"
VALUE "FileVersion", "1.8.204.1"
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."
Expand Down

0 comments on commit b0f78d8

Please sign in to comment.