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:
authorUnderground78 <underground78@users.sourceforge.net>2012-08-01 22:09:35 +0400
committerUnderground78 <underground78@users.sourceforge.net>2012-08-02 00:29:26 +0400
commit7f0fbc83e470fae5aa61b022fda8014d7ae0b5bf (patch)
tree3ed19de7a80729e82e5f2618c0359a0f3a518274 /src/filters/transform/Mpeg2DecFilter
parentc5ab7942e3a9299e6aa62b408bdb8d6e56f5d77c (diff)
Show the hash and branch information in the file version information.
Diffstat (limited to 'src/filters/transform/Mpeg2DecFilter')
-rw-r--r--src/filters/transform/Mpeg2DecFilter/Mpeg2DecFilter.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/filters/transform/Mpeg2DecFilter/Mpeg2DecFilter.rc b/src/filters/transform/Mpeg2DecFilter/Mpeg2DecFilter.rc
index 80e75b9d5..3a582c3fe 100644
--- a/src/filters/transform/Mpeg2DecFilter/Mpeg2DecFilter.rc
+++ b/src/filters/transform/Mpeg2DecFilter/Mpeg2DecFilter.rc
@@ -71,12 +71,12 @@ BEGIN
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 "FileVersion", MPC_VERSION_STR_FULL
VALUE "InternalName", "Mpeg2Dec Filter"
VALUE "LegalCopyright", MPC_COPYRIGHT_STR
VALUE "OriginalFilename", "Mpeg2DecFilter.ax"
VALUE "ProductName", "Mpeg2Dec Filter"
- VALUE "ProductVersion", MPC_VERSION_STR
+ VALUE "ProductVersion", MPC_VERSION_STR_FULL
END
END
BLOCK "VarFileInfo"