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:
Diffstat (limited to 'include/version.h')
-rw-r--r--include/version.h21
1 files changed, 5 insertions, 16 deletions
diff --git a/include/version.h b/include/version.h
index f7780fbcd..169356260 100644
--- a/include/version.h
+++ b/include/version.h
@@ -1,6 +1,6 @@
#ifndef ISPP_INVOKED
/*
- * (C) 2010-2013, 2015 see Authors.txt
+ * (C) 2010-2013, 2015-2017 see Authors.txt
*
* This file is part of MPC-HC.
*
@@ -24,10 +24,7 @@
everything for every revision. It's currently used in mpcresources, mpciconlib
and VideoRenderers projects.
* MPC_VERSION_ARCH is currently used in VSFilter only.
- * MPC_DX_SDK_MONTH, MPC_DX_SDK_YEAR and MPC_DX_SDK_NUMBER is the month, year and the number
- of the DirectX SDK used for compilation and it's used in the error message in mpc-hc and in
- the installer when the DX runtime is out of date.
- * MPC_DX_SDK_NUMBER is used in the installer when the DirectX runtime is out of date.
+ * MPC_DX_SDK_NUMBER is used in the installer.
*/
#endif // ISPP_INVOKED
@@ -45,15 +42,12 @@
#endif
#ifndef NO_VERSION_REV_NEEDED
-#include "..\build\version_rev.h"
+#include "../build/version_rev.h"
#endif
-#define DO_MAKE_STR(x) _T(#x)
-#define MAKE_STR(x) DO_MAKE_STR(x)
-
#define MPC_VERSION_MAJOR 1
#define MPC_VERSION_MINOR 7
-#define MPC_VERSION_PATCH 10
+#define MPC_VERSION_PATCH 11
#ifndef NO_VERSION_REV_NEEDED
@@ -66,7 +60,7 @@
#endif // NO_VERSION_REV_NEEDED
#define MPC_COMP_NAME_STR _T("MPC-HC Team")
-#define MPC_COPYRIGHT_STR _T("Copyright © 2002-2015 all contributors, see Authors.txt")
+#define MPC_COPYRIGHT_STR _T("Copyright © 2002-2017 all contributors, see Authors.txt")
#define MPC_VERSION_COMMENTS WEBSITE_URL
@@ -123,9 +117,4 @@
#define MPC_VERSION_ARCH _T("x86")
#endif
-#define MPC_DX_SDK_MONTH _T("June")
-#define MPC_DX_SDK_YEAR 2010
-#define MPC_DX_SDK_NUMBER 43
-
-
#endif // MPC_VERSION_H