Show
Ignore:
Timestamp:
11/19/08 13:24:39 (17 years ago)
Author:
yumileroy
Message:

[svn] * Updated to 6743 and 685

Moved language id used by Arena to a higher place to solve conflicts
Added the empty script folders

Original author: Neo2003
Date: 2008-10-09 08:42:22-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/trinitycore/TrinityCore.rc

    r18 r28  
    5353 
    5454VS_VERSION_INFO VERSIONINFO 
    55  FILEVERSION 0,3,6731,680 
    56  PRODUCTVERSION 0,3,6731,680 
     55 FILEVERSION 0,4,6743,685 
     56 PRODUCTVERSION 0,4,6743,685 
    5757 FILEFLAGSMASK 0x17L 
    5858#ifdef _DEBUG 
     
    7070        BEGIN 
    7171            VALUE "FileDescription", "TrinityCore" 
    72             VALUE "FileVersion", "0, 3, 6731, 680" 
     72            VALUE "FileVersion", "0, 4, 6743, 685" 
    7373            VALUE "InternalName", "TrinityCore" 
    7474            VALUE "LegalCopyright", "Copyright (C) 2008" 
    7575            VALUE "OriginalFilename", "TrinityCore.exe" 
    7676            VALUE "ProductName", "TrinityCore" 
    77             VALUE "ProductVersion", "0, 3, 6731, 680" 
     77            VALUE "ProductVersion", "0, 4, 6743, 685" 
    7878        END 
    7979    END