X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2FConfig.h;h=1f09ce8e7c03ef554ee3c44673e50b8d53fdec67;hb=ea34f7b7e57945d8d0044d6061f8598246dd68b5;hp=aff46bab811de01b15f6815c782469351d5715dc;hpb=c435e4e1c1ff3d25197d153c884d6288042286e0;p=lamexp%2FLameXP.git diff --git a/src/Config.h b/src/Config.h index aff46bab..1f09ce8e 100644 --- a/src/Config.h +++ b/src/Config.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2014 LoRd_MuldeR +// Copyright (C) 2004-2015 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -32,11 +32,11 @@ #define VER_LAMEXP_MAJOR 4 #define VER_LAMEXP_MINOR_HI 1 -#define VER_LAMEXP_MINOR_LO 1 -#define VER_LAMEXP_TYPE Beta -#define VER_LAMEXP_PATCH 10 -#define VER_LAMEXP_BUILD 1646 -#define VER_LAMEXP_CONFG 1558 +#define VER_LAMEXP_MINOR_LO 2 +#define VER_LAMEXP_TYPE Alpha +#define VER_LAMEXP_PATCH 4 +#define VER_LAMEXP_BUILD 1745 +#define VER_LAMEXP_CONFG 1700 /////////////////////////////////////////////////////////////////////////////// // LameXP Build Options @@ -51,8 +51,9 @@ #define VER_LAMEXP_TOOL_NEROAAC 1540 #define VER_LAMEXP_TOOL_FHGAACENC 20120806 -#define VER_LAMEXP_TOOL_QAAC 233 -#define VER_LAMEXP_TOOL_COREAUDIO 7900 +#define VER_LAMEXP_TOOL_FDKAACENC 62 +#define VER_LAMEXP_TOOL_QAAC 244 +#define VER_LAMEXP_TOOL_COREAUDIO 7980 /////////////////////////////////////////////////////////////////////////////// // Helper macros (aka: having fun with the C pre-processor)