Bump version.
This commit is contained in:
parent
4bc7c04e5f
commit
7ced6160c2
@ -86,7 +86,7 @@
|
||||
<ul>
|
||||
<li>Fixed the location of temporary intermediate files for SoX-based audio effects</li>
|
||||
<li>Enabled the "built-in" resampler for QAAC encoder</li>
|
||||
<li>The "Algorithm Quality" slider now also effects the QAAC encoder</li>
|
||||
<li>The "Algorithm Quality" slider now also affects the QAAC encoder</li>
|
||||
<li>Added "AVX" (Advanced Vector Extensions) to CPU feature detection code</li>
|
||||
<li>Updated Opus encoder/decoder libraries to v1.1.2 and Opus-Tools to v0.1.9 (2016-01-12)</li>
|
||||
<li>Updated LAME encoder to v3.100 Alpha-2 (2016-01-29), compiled with ICL 15.0 and MSVC 12.0</li>
|
||||
|
@ -45,7 +45,7 @@ document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'" clas'+'s="em' + 'ail">'+e+'<\
|
||||
<li><a href="#output-formats-encoders"><span class="toc-section-number">1.2</span> Output Formats (Encoders)</a></li>
|
||||
<li><a href="#input-formats-decoders"><span class="toc-section-number">1.3</span> Input Formats (Decoders)</a></li>
|
||||
</ul></li>
|
||||
<li><a href="#leagl-information"><span class="toc-section-number">2</span> Leagl Information</a><ul>
|
||||
<li><a href="#legal-information"><span class="toc-section-number">2</span> Legal Information</a><ul>
|
||||
<li><a href="#third-party-software"><span class="toc-section-number">2.1</span> Third-party Software</a></li>
|
||||
<li><a href="#license-terms"><span class="toc-section-number">2.2</span> License Terms</a></li>
|
||||
</ul></li>
|
||||
@ -175,7 +175,7 @@ document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'" clas'+'s="em' + 'ail">'+e+'<\
|
||||
<li>WavPack Hybrid Lossless Audio [built-in]</li>
|
||||
<li>Windows Media Audio (WMA), using wma2wav [built-in]</li>
|
||||
</ul>
|
||||
<h1 id="leagl-information"><span class="header-section-number">2</span> Leagl Information</h1>
|
||||
<h1 id="legal-information"><span class="header-section-number">2</span> Legal Information</h1>
|
||||
<p>The LameXP software was developed, from the scratch, by LoRd_MuldeR <script type="text/javascript">
|
||||
<!--
|
||||
h='GMX.de%3E';a='@';n='%3CMuldeR2';e=n+a+h;
|
||||
|
@ -34,8 +34,8 @@
|
||||
#define VER_LAMEXP_MINOR_HI 1
|
||||
#define VER_LAMEXP_MINOR_LO 4
|
||||
#define VER_LAMEXP_TYPE Alpha
|
||||
#define VER_LAMEXP_PATCH 6
|
||||
#define VER_LAMEXP_BUILD 1873
|
||||
#define VER_LAMEXP_PATCH 7
|
||||
#define VER_LAMEXP_BUILD 1874
|
||||
#define VER_LAMEXP_CONFG 1818
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user