From 8afe2767d4d52a82c025c02aec8153dd5e1f8222 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Fri, 16 Nov 2012 01:43:47 +0100 Subject: [PATCH] Set "MinimumRequiredVersion" to 5.1 (WinXP). --- LameXP_VS2012.vcxproj | 4 ++-- src/Config.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LameXP_VS2012.vcxproj b/LameXP_VS2012.vcxproj index 638e9b7f..011ebb6f 100644 --- a/LameXP_VS2012.vcxproj +++ b/LameXP_VS2012.vcxproj @@ -205,8 +205,7 @@ del "$(TargetDir)imageformats\q???d4.dll" Fast NotUsing Level3 - - + None false true false @@ -236,6 +235,7 @@ del "$(TargetDir)imageformats\q???d4.dll" true false false + 5.1 diff --git a/src/Config.h b/src/Config.h index d6555d72..4772df3b 100644 --- a/src/Config.h +++ b/src/Config.h @@ -30,7 +30,7 @@ #define VER_LAMEXP_MINOR_LO 7 #define VER_LAMEXP_TYPE Alpha #define VER_LAMEXP_PATCH 3 -#define VER_LAMEXP_BUILD 1188 +#define VER_LAMEXP_BUILD 1189 /////////////////////////////////////////////////////////////////////////////// // Tool versions (minimum expected versions!)