Skip to content

Commit

Permalink
Bump version + updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
lordmulder committed Aug 29, 2021
1 parent 6056729 commit 56ddb11
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/Changelog.html

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions doc/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@ subtitle: "Audio-Encoder Front-End – Changelog"

# LameXP v4.xx History #

## LameXP v4.19 [unreleased] ## {-}
## LameXP v4.19 [2021-08-29] ## {-}
* Updated LAME encoder to v3.100.1-SVN (2020-08-25), compiled with ICL 19.1 and MSVC 15.9
* Updated Vorbis encoder to OggEnc v2.88 (2020-07-07), using libvorbis v1.3.7 with aoTuV beta-6.03
* 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.77.0 (2021-05-26), with libcurl v7.77.0 and OpenSSL v1.1.1k
* Updated the Windows SDK version used for release builds (Visual Studio 2017) to 10.0.14393.0
* 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)
* GnuPG has been replaced by CodeSign verification tool for checking the auto-update signatures
* GnuPG has been replaced by [CodeSign](https://bitbucket.org/muldersoft/codesign/) verification tool for checking the auto-update signatures

## LameXP v4.18 [2019-12-18] ## {-}
* Upgraded build environment to Microsoft Visual Studio 2017.9 (MSVC 14.16)
Expand Down
6 changes: 3 additions & 3 deletions src/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
#define VER_LAMEXP_MAJOR 4
#define VER_LAMEXP_MINOR_HI 1
#define VER_LAMEXP_MINOR_LO 9
#define VER_LAMEXP_TYPE RC
#define VER_LAMEXP_PATCH 12
#define VER_LAMEXP_BUILD 2318
#define VER_LAMEXP_TYPE Final
#define VER_LAMEXP_PATCH 1
#define VER_LAMEXP_BUILD 2320
#define VER_LAMEXP_CONFG 2188

///////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 56ddb11

Please sign in to comment.