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>2009-12-02 03:50:47 +0300
committerXhmikosR <xhmikosr@users.sourceforge.net>2009-12-02 03:50:47 +0300
commita43f1a131606c00452789920bd2430aff8bfd35e (patch)
treef2622cfc1f4957b3b3525bef55487e4553ae97ef /src/apps/mplayerc/res
parent3e9f875e60609b6ca845b801e1cd19664796cfa3 (diff)
-Added automatic version for mpc-hc "ProductVersion" string
-Updated the "Copyright" string in VSFilter.rc and the "Comment" string in MPCVideoDecFilter.rc git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1375 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/res')
-rw-r--r--src/apps/mplayerc/res/mplayerc.rc24
1 files changed, 2 insertions, 2 deletions
diff --git a/src/apps/mplayerc/res/mplayerc.rc2 b/src/apps/mplayerc/res/mplayerc.rc2
index b20801e0c..802553c3a 100644
--- a/src/apps/mplayerc/res/mplayerc.rc2
+++ b/src/apps/mplayerc/res/mplayerc.rc2
@@ -83,12 +83,12 @@ BEGIN
VALUE "Comments", "Based on original Media Player Classic v6.4.9.0 (C) gabest"
VALUE "CompanyName", "mpc-hc@Sourceforge"
VALUE "FileDescription", "Media Player Classic - Home Cinema"
- VALUE "FileVersion", "1, 1, 0, 2"
+ VALUE "FileVersion", MAKE_STR(VERSION_MAJOR) ", " MAKE_STR(VERSION_MINOR) ", " MAKE_STR(VERSION_REV) ", " MAKE_STR(VERSION_PATCH)
VALUE "InternalName", "mpc-hc"
VALUE "LegalCopyright", "2002-2009 see: http://mpc-hc.svn.sourceforge.net/viewvc/mpc-hc/trunk/src/apps/mplayerc/AUTHORS?revision=HEAD"
VALUE "OriginalFilename", "mpc-hc.exe"
VALUE "ProductName", "Media Player Classic - Home Cinema"
- VALUE "ProductVersion", "1, 1, 0, 2"
+ VALUE "ProductVersion", MAKE_STR(VERSION_MAJOR) ", " MAKE_STR(VERSION_MINOR) ", " MAKE_STR(VERSION_REV) ", " MAKE_STR(VERSION_PATCH)
END
END
BLOCK "VarFileInfo"