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 /include
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 'include')
-rw-r--r--include/SubWCRev.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/SubWCRev.conf b/include/SubWCRev.conf
index 24ffec38d..1aefaceea 100644
--- a/include/SubWCRev.conf
+++ b/include/SubWCRev.conf
@@ -2,6 +2,9 @@
#pragma once
+#define DO_MAKE_STR(x) #x
+#define MAKE_STR(x) DO_MAKE_STR(x)
+
#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_REV $WCREV$