Bump version + updated changelog.

This commit is contained in:
LoRd_MuldeR 2021-06-19 21:30:36 +02:00
parent e19a9e32d1
commit 8edbbe0529
2 changed files with 3 additions and 3 deletions

View File

@ -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 Симеон Илиянов Цветков [<sicvetkov@uni-sofia.bg>](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)

View File

@ -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
///////////////////////////////////////////////////////////////////////////////