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-03-31 21:29:11 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2011-03-31 21:29:11 +0400
commit32823213a1c91c34ee22562f99a0c5831eee653f (patch)
tree64c9c1324289d16fe87570bc8ce72213ba07e1d2 /src/filters/transform/Mpeg2DecFilter/Mpeg2DecFilter.rc
parent7a3e905d2227450d3df1e473d5711d0a61cdb335 (diff)
various version related changes:
* renamed a couple of version defines * remove redundant version defines * add copyright header in version.h git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3002 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/filters/transform/Mpeg2DecFilter/Mpeg2DecFilter.rc')
-rw-r--r--src/filters/transform/Mpeg2DecFilter/Mpeg2DecFilter.rc10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/filters/transform/Mpeg2DecFilter/Mpeg2DecFilter.rc b/src/filters/transform/Mpeg2DecFilter/Mpeg2DecFilter.rc
index 497c74847..91d260158 100644
--- a/src/filters/transform/Mpeg2DecFilter/Mpeg2DecFilter.rc
+++ b/src/filters/transform/Mpeg2DecFilter/Mpeg2DecFilter.rc
@@ -52,8 +52,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION MPC_VERSION
- PRODUCTVERSION MPC_VERSION
+ FILEVERSION MPC_VERSION_NUM
+ PRODUCTVERSION MPC_VERSION_NUM
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -68,12 +68,12 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
- VALUE "Comments", "http://sourceforge.net/projects/mpc-hc/"
- VALUE "CompanyName", MPC_COMP_NAME
+ VALUE "Comments", MPC_VERSION_COMMENTS
+ VALUE "CompanyName", MPC_COMP_NAME_STR
VALUE "FileDescription", "MPEG-2 Decoder Filter for DirectShow"
VALUE "FileVersion", MPC_VERSION_STR
VALUE "InternalName", " Mpeg2Dec Filter"
- VALUE "LegalCopyright", MPC_COPYRIGHT
+ VALUE "LegalCopyright", MPC_COPYRIGHT_STR
VALUE "OriginalFilename", "Mpeg2DecFilter.ax"
VALUE "ProductName", " Mpeg2Dec Filter"
VALUE "ProductVersion", MPC_VERSION_STR