diff --git a/LameXP_VS2013.vcxproj b/LameXP_VS2013.vcxproj index 068c5c54..cde5aeba 100644 --- a/LameXP_VS2013.vcxproj +++ b/LameXP_VS2013.vcxproj @@ -151,7 +151,6 @@ copy /Y "$(SolutionDir)\etc\Prerequisites\VisualLeakDetector\bin\Win32\*.manifes /wd4005 %(AdditionalOptions) false false - "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" %(AdditionalOptions) diff --git a/src/Config.h b/src/Config.h index ee8eb922..46de57ab 100644 --- a/src/Config.h +++ b/src/Config.h @@ -35,7 +35,7 @@ #define VER_LAMEXP_MINOR_LO 1 #define VER_LAMEXP_TYPE Beta #define VER_LAMEXP_PATCH 3 -#define VER_LAMEXP_BUILD 1602 +#define VER_LAMEXP_BUILD 1603 #define VER_LAMEXP_CONFG 1558 ///////////////////////////////////////////////////////////////////////////////