X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2FConfig.h;h=1f09ce8e7c03ef554ee3c44673e50b8d53fdec67;hb=ea34f7b7e57945d8d0044d6061f8598246dd68b5;hp=70c505bb855ccedf23f25a8642193851b2c62028;hpb=0728e01bcee1ae879b273cbbde03057293ef6f5e;p=lamexp%2FLameXP.git diff --git a/src/Config.h b/src/Config.h index 70c505bb..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 Hotfix -#define VER_LAMEXP_PATCH 10 -#define VER_LAMEXP_BUILD 1649 -#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)