X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2FConfig.h;h=2d20c42b08c38e6a52d754466c518fb5e29f29a4;hb=c6f2b5dbbd671b52aaf91fe4fc1edcae1a826907;hp=b830b10f82a1f093ef2d7d6463682d81851baa45;hpb=44073deb6061fa83ae786e193128eb97b98ec9ed;p=lamexp%2FLameXP.git diff --git a/src/Config.h b/src/Config.h index b830b10f..2d20c42b 100644 --- a/src/Config.h +++ b/src/Config.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2023 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,11 +31,11 @@ /////////////////////////////////////////////////////////////////////////////// #define VER_LAMEXP_MAJOR 4 -#define VER_LAMEXP_MINOR_HI 1 -#define VER_LAMEXP_MINOR_LO 9 -#define VER_LAMEXP_TYPE Beta +#define VER_LAMEXP_MINOR_HI 2 +#define VER_LAMEXP_MINOR_LO 1 +#define VER_LAMEXP_TYPE RC #define VER_LAMEXP_PATCH 1 -#define VER_LAMEXP_BUILD 2278 +#define VER_LAMEXP_BUILD 2374 #define VER_LAMEXP_CONFG 2188 /////////////////////////////////////////////////////////////////////////////// @@ -52,7 +52,7 @@ #define VER_LAMEXP_TOOL_NEROAAC 1540 #define VER_LAMEXP_TOOL_FHGAACENC 20151024 #define VER_LAMEXP_TOOL_FDKAACENC 62 -#define VER_LAMEXP_TOOL_QAAC 264 +#define VER_LAMEXP_TOOL_QAAC 280 /////////////////////////////////////////////////////////////////////////////// // Helper macros (aka: having fun with the C pre-processor)