Skip to content

Commit

Permalink
1.3 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
gmoromisato committed Jun 23, 2014
1 parent 563faf8 commit 796f58b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 22 deletions.
10 changes: 0 additions & 10 deletions Transcendence/Game/TransData.exe.manifest

This file was deleted.

4 changes: 2 additions & 2 deletions Transcendence/TSE/CExtensionCollection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
const int DIGEST_SIZE = 20;
static BYTE g_BaseFileDigest[] =
{
150, 132, 254, 54, 209, 140, 67, 229, 6, 118,
193, 203, 59, 169, 50, 33, 191, 72, 149, 206,
125, 235, 199, 237, 62, 223, 118, 145, 89, 52,
159, 253, 29, 240, 57, 125, 89, 25, 167, 118,
};

class CLibraryResolver : public IXMLParserController
Expand Down
4 changes: 2 additions & 2 deletions Transcendence/TSE/TSE.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

// Uncomment out the following define when building a stable release

//#define TRANSCENDENCE_STABLE_RELEASE
#define TRANSCENDENCE_STABLE_RELEASE

// Define some debugging symbols

Expand All @@ -67,7 +67,7 @@
//#define DEBUG_FIRE_ON_OPPORTUNITY
//#define DEBUG_HENCHMAN
//#define DEBUG_LOAD
#define DEBUG_NAV_PATH
//#define DEBUG_NAV_PATH
//#define DEBUG_NEBULA_PAINTING
//#define DEBUG_PERFORMANCE
//#define DEBUG_PROGRAM_UPGRADE
Expand Down
8 changes: 4 additions & 4 deletions Transcendence/TransData/TransData.rc
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,0,401,0
PRODUCTVERSION 3,0,401,0
FILEVERSION 3,1,400,0
PRODUCTVERSION 3,1,400,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -68,12 +68,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Kronosaur Productions, LLC"
VALUE "FileDescription", "TransData"
VALUE "FileVersion", "3.0.401.0"
VALUE "FileVersion", "3.1.400.0"
VALUE "InternalName", "TransData"
VALUE "LegalCopyright", "Copyright (c) 2001-2014 by Kronosaur Productions, LLC. All Rights Reserved."
VALUE "OriginalFilename", "TransData"
VALUE "ProductName", "TransData"
VALUE "ProductVersion", "3.0.1"
VALUE "ProductVersion", "3.1.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions Transcendence/Transcendence.rc
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ APPICON ICON "Transcendence.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,3,302,0
PRODUCTVERSION 1,3,302,0
FILEVERSION 1,3,400,0
PRODUCTVERSION 1,3,400,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -77,13 +77,13 @@ BEGIN
BEGIN
VALUE "CompanyName", "Kronosaur Productions, LLC"
VALUE "FileDescription", "Transcendence"
VALUE "FileVersion", "1.3.302.0"
VALUE "FileVersion", "1.3.400.0"
VALUE "InternalName", "Transcendence"
VALUE "LegalCopyright", "Copyright � 2003-2014 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.3 RC 2"
VALUE "ProductVersion", "1.3"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 796f58b

Please sign in to comment.