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/parser/AviSplitter
parentc5ab7942e3a9299e6aa62b408bdb8d6e56f5d77c (diff)
Show the hash and branch information in the file version information.
Diffstat (limited to 'src/filters/parser/AviSplitter')
-rw-r--r--src/filters/parser/AviSplitter/AviSplitter.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/filters/parser/AviSplitter/AviSplitter.rc b/src/filters/parser/AviSplitter/AviSplitter.rc
index 9f334cc32..4ac8a5621 100644
--- a/src/filters/parser/AviSplitter/AviSplitter.rc
+++ b/src/filters/parser/AviSplitter/AviSplitter.rc
@@ -45,12 +45,12 @@ BEGIN
VALUE "Comments", MPC_VERSION_COMMENTS
VALUE "CompanyName", MPC_COMP_NAME_STR
VALUE "FileDescription", "AVI Splitter"
- VALUE "FileVersion", MPC_VERSION_STR
+ VALUE "FileVersion", MPC_VERSION_STR_FULL
VALUE "InternalName", "AVI Splitter"
VALUE "LegalCopyright", MPC_COPYRIGHT_STR
VALUE "OriginalFilename", "AviSplitter.ax"
VALUE "ProductName", "AVI Splitter"
- VALUE "ProductVersion", MPC_VERSION_STR
+ VALUE "ProductVersion", MPC_VERSION_STR_FULL
END
END
BLOCK "VarFileInfo"