From 11acbb60a0b1188d3368de747945a58dda0e5616 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Tue, 22 Nov 2011 23:51:50 +0100 Subject: [PATCH] Bump minimum required QAAC version to 1.05. --- src/Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Config.h b/src/Config.h index 47e89fee..6d7d11f4 100644 --- a/src/Config.h +++ b/src/Config.h @@ -38,7 +38,7 @@ #define VER_LAMEXP_TOOL_NEROAAC 1540 #define VER_LAMEXP_TOOL_FHGAACENC 20110822 -#define VER_LAMEXP_TOOL_QAAC 104 +#define VER_LAMEXP_TOOL_QAAC 105 #define VER_LAMEXP_TOOL_COREAUDIO 7710 ///////////////////////////////////////////////////////////////////////////////