Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2011-05-03 18:00:27 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2011-05-03 18:00:27 +0400
commita283669d90fd4766dffe734be5a5998b7e57c52d (patch)
treec06d02db50103d89fbaa7837f0d8c2fc59f829cd /src/apps/mplayerc/mpciconlib/mpciconlib.rc
parenta10493b2eedbed40b0ca028d7b512dabca84556a (diff)
legacy branch: merge r2857-r3069 from trunk
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/branches/legacy@3070 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/mpciconlib/mpciconlib.rc')
-rw-r--r--src/apps/mplayerc/mpciconlib/mpciconlib.rc12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/apps/mplayerc/mpciconlib/mpciconlib.rc b/src/apps/mplayerc/mpciconlib/mpciconlib.rc
index fd0f5113f..fdca4d0fd 100644
--- a/src/apps/mplayerc/mpciconlib/mpciconlib.rc
+++ b/src/apps/mplayerc/mpciconlib/mpciconlib.rc
@@ -100,8 +100,8 @@ IDI_DVDF_ICON ICON "icons\\dvdf.ico"
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION MPC_VERSION_SHORT
- PRODUCTVERSION MPC_VERSION_SHORT
+ FILEVERSION MPC_VERSION_NUM
+ PRODUCTVERSION MPC_VERSION_NUM
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -117,14 +117,14 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "Comments", "Media Player Classic - Home Cinema Icon Library"
- VALUE "CompanyName", MPC_COMP_NAME
+ VALUE "CompanyName", MPC_COMP_NAME_STR
VALUE "FileDescription", "Media Player Classic - Home Cinema Icon Library"
- VALUE "FileVersion", MPC_VERSION_SHORT_STR
+ VALUE "FileVersion", MPC_VERSION_STR
VALUE "InternalName", "mpciconlib"
- VALUE "LegalCopyright", MPC_COPYRIGHT
+ VALUE "LegalCopyright", MPC_COPYRIGHT_STR
VALUE "OriginalFilename", "mpciconlib.dll"
VALUE "ProductName", "Media Player Classic - Home Cinema Icon Library"
- VALUE "ProductVersion", MPC_VERSION_SHORT_STR
+ VALUE "ProductVersion", MPC_VERSION_STR
END
END
BLOCK "VarFileInfo"