X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2FConfig.h;h=87e444ebbf2d3ea0d2b86a4f0ad0dbe5daaddd53;hb=ea34f7b7e57945d8d0044d6061f8598246dd68b5;hp=cb3ea1b5363ee16a41aabb8e3fd43378bb7c3266;hpb=b05a7ac3ef149ae625990f2b45b69e5b49fbba77;p=lamexp%2FLameXP.git diff --git a/src/Config.h b/src/Config.h index cb3ea1b5..1f09ce8e 100644 --- a/src/Config.h +++ b/src/Config.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 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 @@ -31,12 +31,12 @@ /////////////////////////////////////////////////////////////////////////////// #define VER_LAMEXP_MAJOR 4 -#define VER_LAMEXP_MINOR_HI 0 -#define VER_LAMEXP_MINOR_LO 9 +#define VER_LAMEXP_MINOR_HI 1 +#define VER_LAMEXP_MINOR_LO 2 #define VER_LAMEXP_TYPE Alpha -#define VER_LAMEXP_PATCH 9 -#define VER_LAMEXP_BUILD 1499 -#define VER_LAMEXP_CONFG 1348 +#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 139 -#define VER_LAMEXP_TOOL_COREAUDIO 7710 +#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)