From 8edbbe0529ae6bd847ebc3e2c362424a0e700b0e Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Sat, 19 Jun 2021 21:30:36 +0200 Subject: [PATCH] Bump version + updated changelog. --- doc/Changelog.md | 2 +- src/Config.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Changelog.md b/doc/Changelog.md index afb64d48..3f0bd5f5 100644 --- a/doc/Changelog.md +++ b/doc/Changelog.md @@ -12,7 +12,7 @@ subtitle: "Audio-Encoder Front-End – Changelog" * Updated Monkey's Audio binary to v6.29 (2021-05-25), compiled with ICL 19.2 and MSVC 15.9 * Updated mpg123 decoder to v1.26.4 (2020-12-24), compiled with GCC 10.2.0 * Updated MediaInfo to v21.03 (2021-03-26), compiled with ICL 2021.2 and MSVC 15.9 -* Updated cURL to v7.76.1 (2021-04-14), with libcurl v7.76.1 and OpenSSL v1.1.1h +* Updated cURL to v7.77.0 (2021-05-26), with libcurl v7.77.0 and OpenSSL v1.1.1k * Added Bulgarian (български) translation, thanks to Симеон Илиянов Цветков [](mailto:sicvetkov@uni-sofia.bg) * Added command-line switch `--no-splash`, which can be used to hide the "splash" screen at startup * Added a workaround for missing `normaliz.dll` to the installer (Windows XP only) diff --git a/src/Config.h b/src/Config.h index 3711d331..992fa1ab 100644 --- a/src/Config.h +++ b/src/Config.h @@ -34,8 +34,8 @@ #define VER_LAMEXP_MINOR_HI 1 #define VER_LAMEXP_MINOR_LO 9 #define VER_LAMEXP_TYPE RC -#define VER_LAMEXP_PATCH 7 -#define VER_LAMEXP_BUILD 2313 +#define VER_LAMEXP_PATCH 8 +#define VER_LAMEXP_BUILD 2314 #define VER_LAMEXP_CONFG 2188 ///////////////////////////////////////////////////////////////////////////////