Updated changelog.

This commit is contained in:
LoRd_MuldeR 2018-08-26 12:33:52 +02:00
parent 457a56ab82
commit 00e0eb0345
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ LameXP Audio-Encoder Front-End – Changelog
# LameXP v4.xx History #
## LameXP v4.17 [unreleased] ## {-}
* Upgraded build environment to Microsoft Visual Studio 2017.7 (MSVC 19.14)
* Upgraded build environment to Microsoft Visual Studio 2017.8 (MSVC 19.15)
* Updated Opus encoder/decoder libraries to v1.3-RC-1 (2018-06-01) and Opus-Tools to v0.1.10-71 (2018-04-30)
* Updated MediaInfo to v18.05 (2018-05-09), compiled with ICL 18.2 and MSVC 15.7
* Downgraded FAAD to from v2.8 to v2.7 for now, because v2.8 is currently broken with certain MP4 files

View File

@ -33,9 +33,9 @@
#define VER_LAMEXP_MAJOR 4
#define VER_LAMEXP_MINOR_HI 1
#define VER_LAMEXP_MINOR_LO 7
#define VER_LAMEXP_TYPE Alpha
#define VER_LAMEXP_PATCH 4
#define VER_LAMEXP_BUILD 2148
#define VER_LAMEXP_TYPE Beta
#define VER_LAMEXP_PATCH 1
#define VER_LAMEXP_BUILD 2152
#define VER_LAMEXP_CONFG 2134
///////////////////////////////////////////////////////////////////////////////