Bump version + updated changelog.

This commit is contained in:
LoRd_MuldeR 2019-12-18 20:17:50 +01:00
parent 2660e2089f
commit df53931b35
3 changed files with 6 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -5,7 +5,7 @@ LameXP Audio-Encoder Front-End – Changelog
# LameXP v4.xx History #
## LameXP v4.18 [unreleased] ## {-}
## LameXP v4.18 [2019-12-18] ## {-}
* Upgraded build environment to Microsoft Visual Studio 2017.9 (MSVC 14.16)
* Updated LAME encoder to v3.100.1-SVN (2019-07-23), compiled with ICL 19.0 and MSVC 14.16
* Updated Opus encoder/decoder libraries to v1.3.1 (2019-04-14) and Opus-Tools to v0.2+3 (2018-10-16)
@ -16,6 +16,7 @@ LameXP Audio-Encoder Front-End – Changelog
* Updated MediaInfo to v19.07 (2019-07-16), compiled with ICL 19.0 and MSVC 14.16
* Added Japanese (日本語) translation, thanks to Maboroshin <[pc.genkaku.in](http://pc.genkaku.in)>
* Fixed encoding with Nero AAC encoder for input sampling rate less than 8 KHz or greater than 96 KHz
* Updated language files (big thank-you to all contributors !!!)
## LameXP v4.17 [2018-11-10] ## {-}
* Upgraded build environment to Microsoft Visual Studio 2017.8 (MSVC 14.15)

View File

@ -33,9 +33,9 @@
#define VER_LAMEXP_MAJOR 4
#define VER_LAMEXP_MINOR_HI 1
#define VER_LAMEXP_MINOR_LO 8
#define VER_LAMEXP_TYPE RC
#define VER_LAMEXP_PATCH 2
#define VER_LAMEXP_BUILD 2238
#define VER_LAMEXP_TYPE Final
#define VER_LAMEXP_PATCH 1
#define VER_LAMEXP_BUILD 2240
#define VER_LAMEXP_CONFG 2188
///////////////////////////////////////////////////////////////////////////////