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/renderer/MpcAudioRenderer/MpcAudioRenderer.rc
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/renderer/MpcAudioRenderer/MpcAudioRenderer.rc')
-rw-r--r--src/filters/renderer/MpcAudioRenderer/MpcAudioRenderer.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/filters/renderer/MpcAudioRenderer/MpcAudioRenderer.rc b/src/filters/renderer/MpcAudioRenderer/MpcAudioRenderer.rc
index ae3b1636f..2a475fcd6 100644
--- a/src/filters/renderer/MpcAudioRenderer/MpcAudioRenderer.rc
+++ b/src/filters/renderer/MpcAudioRenderer/MpcAudioRenderer.rc
@@ -73,12 +73,12 @@ BEGIN
VALUE "Comments", "http://sourceforge.net/projects/mpc-hc/"
VALUE "CompanyName", "MPC-HC Team"
VALUE "FileDescription", "Audio Renderer, based on SoundTouch"
- 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", "MpcAudioRenderer Filter"
VALUE "LegalCopyright", "Copyright (C) 2002-2010 see AUTHORS file"
VALUE "OriginalFilename", "MpcAudioRendererFilter.ax"
VALUE "ProductName", "MpcAudioRenderer 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"