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>2010-08-06 13:31:42 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2010-08-06 13:31:42 +0400
commit0e42ecc4281730827172e8d0312ccf4dd406fb51 (patch)
tree3133bcde5d8ba462879fe4ce6a38754142573e46 /src/filters/parser/StreamDriveThru
parent3f182b02ab7b26cbcff1868d76bf32a40c2760a7 (diff)
Filters: FileVersion and ProductVersion is set automatically
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2206 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/filters/parser/StreamDriveThru')
-rw-r--r--src/filters/parser/StreamDriveThru/StreamDriveThru.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/filters/parser/StreamDriveThru/StreamDriveThru.rc b/src/filters/parser/StreamDriveThru/StreamDriveThru.rc
index f10adc067..6de373bc0 100644
--- a/src/filters/parser/StreamDriveThru/StreamDriveThru.rc
+++ b/src/filters/parser/StreamDriveThru/StreamDriveThru.rc
@@ -45,12 +45,12 @@ BEGIN
VALUE "Comments", "http://sourceforge.net/projects/mpc-hc/"
VALUE "CompanyName", "MPC-HC Team"
VALUE "FileDescription", "StreamDriverThru Filter"
- VALUE "FileVersion", "1, 1, 0, 0"
+ VALUE "FileVersion", MAKE_STR(VERSION_MAJOR) ", " MAKE_STR(VERSION_MINOR) ", " MAKE_STR(VERSION_REV) ", " MAKE_STR(VERSION_PATCH)
VALUE "InternalName", "StreamDriverThru Filter"
VALUE "LegalCopyright", "Copyright (C) 2002-2010 see AUTHORS file"
VALUE "OriginalFilename", "StreamDriverThru.ax"
VALUE "ProductName", "StreamDriverThru Filter"
- VALUE "ProductVersion", "1, 1, 0, 0"
+ VALUE "ProductVersion", MAKE_STR(VERSION_MAJOR) ", " MAKE_STR(VERSION_MINOR) ", " MAKE_STR(VERSION_REV) ", " MAKE_STR(VERSION_PATCH)
END
END
BLOCK "VarFileInfo"