Bump version.
This commit is contained in:
parent
76944f7801
commit
1fe7422dab
@ -34,7 +34,7 @@
|
||||
<nav id="TOC">
|
||||
<ul>
|
||||
<li><a href="#lamexp-v4.xx-history"><span class="toc-section-number">1</span> LameXP v4.xx History</a><ul>
|
||||
<li><a href="#lamexp-v4.14-2016--">LameXP v4.14 [2016-??-??]</a></li>
|
||||
<li><a href="#lamexp-v4.14-2016-11-19">LameXP v4.14 [2016-11-19]</a></li>
|
||||
<li><a href="#lamexp-v4.13-2015-12-12">LameXP v4.13 [2015-12-12]</a></li>
|
||||
<li><a href="#lamexp-v4.12-2015-10-23">LameXP v4.12 [2015-10-23]</a></li>
|
||||
<li><a href="#lamexp-v4.11-2015-04-05">LameXP v4.11 [2015-04-05]</a></li>
|
||||
@ -82,7 +82,7 @@
|
||||
</ul>
|
||||
</nav>
|
||||
<h1 id="lamexp-v4.xx-history"><span class="header-section-number">1</span> LameXP v4.xx History</h1>
|
||||
<h2 id="lamexp-v4.14-2016--" class="unnumbered">LameXP v4.14 [2016-??-??]</h2>
|
||||
<h2 id="lamexp-v4.14-2016-11-19" class="unnumbered">LameXP v4.14 [2016-11-19]</h2>
|
||||
<ul>
|
||||
<li>Upgraded build environment to Microsoft Visual Studio 2015 with Update-2</li>
|
||||
<li>Fixed the location of temporary intermediate files for SoX-based audio effects</li>
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
# LameXP v4.xx History #
|
||||
|
||||
## LameXP v4.14 [2016-??-??] ## {-}
|
||||
## LameXP v4.14 [2016-11-19] ## {-}
|
||||
|
||||
* Upgraded build environment to Microsoft Visual Studio 2015 with Update-2
|
||||
* Fixed the location of temporary intermediate files for SoX-based audio effects
|
||||
|
@ -33,10 +33,10 @@
|
||||
#define VER_LAMEXP_MAJOR 4
|
||||
#define VER_LAMEXP_MINOR_HI 1
|
||||
#define VER_LAMEXP_MINOR_LO 4
|
||||
#define VER_LAMEXP_TYPE RC
|
||||
#define VER_LAMEXP_PATCH 6
|
||||
#define VER_LAMEXP_BUILD 1933
|
||||
#define VER_LAMEXP_CONFG 1818
|
||||
#define VER_LAMEXP_TYPE Final
|
||||
#define VER_LAMEXP_PATCH 1
|
||||
#define VER_LAMEXP_BUILD 1934
|
||||
#define VER_LAMEXP_CONFG 1934
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// LameXP Build Options
|
||||
|
Loading…
Reference in New Issue
Block a user