diff --git a/LameXP_VS2010.vcxproj b/LameXP_VS2010.vcxproj index 6880b0d7..3dcba3d1 100644 --- a/LameXP_VS2010.vcxproj +++ b/LameXP_VS2010.vcxproj @@ -1308,6 +1308,9 @@ del "$(TargetDir)imageformats\q???d4.dll" _CONFIG_NAME=$(ConfigurationName);%(PreprocessorDefinitions) + + + \ No newline at end of file diff --git a/LameXP_VS2010.vcxproj.filters b/LameXP_VS2010.vcxproj.filters index 420a6bdd..4a85f392 100644 --- a/LameXP_VS2010.vcxproj.filters +++ b/LameXP_VS2010.vcxproj.filters @@ -851,5 +851,13 @@ {cbf43849-15bc-446f-894b-a5ffd74270e2} + + {9325bb71-b41e-47b6-858f-7144ec65d551} + + + + + Manifest + \ No newline at end of file diff --git a/src/Config.h b/src/Config.h index 5c1adf12..7de30366 100644 --- a/src/Config.h +++ b/src/Config.h @@ -35,7 +35,7 @@ #define VER_LAMEXP_MINOR_LO 0 #define VER_LAMEXP_TYPE RC #define VER_LAMEXP_PATCH 1 -#define VER_LAMEXP_BUILD 1551 +#define VER_LAMEXP_BUILD 1553 #define VER_LAMEXP_CONFG 1528 ///////////////////////////////////////////////////////////////////////////////