Bump version + updated changelog.

This commit is contained in:
LoRd_MuldeR 2018-05-18 22:19:00 +02:00
parent f84e68b047
commit 2973f92474
3 changed files with 8 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -5,6 +5,10 @@ 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)
* Updated MediaInfo to v18.05 (2018-05-09), compiled with ICL 18.2 and MSVC 15.7
## LameXP v4.16 [2018-04-30] ## {-}
* Upgraded build environment to Microsoft Visual Studio 2017.6 (MSVC 19.13)
* Updated LAME encoder to v3.100 Final (2017-10-13), compiled with ICL 18.0 and MSVC 14.1

View File

@ -32,10 +32,10 @@
#define VER_LAMEXP_MAJOR 4
#define VER_LAMEXP_MINOR_HI 1
#define VER_LAMEXP_MINOR_LO 6
#define VER_LAMEXP_TYPE Final
#define VER_LAMEXP_MINOR_LO 7
#define VER_LAMEXP_TYPE Alpha
#define VER_LAMEXP_PATCH 1
#define VER_LAMEXP_BUILD 2137
#define VER_LAMEXP_BUILD 2140
#define VER_LAMEXP_CONFG 2134
///////////////////////////////////////////////////////////////////////////////