Skip to content

Commit b0c6114

Browse files
committed
Bump version.
1 parent 96401c1 commit b0c6114

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

doc/Changelog.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h1 class="title">LameXP Audio-Encoder Front-End – Changelog</h1>
3434
<nav id="TOC">
3535
<ul>
3636
<li><a href="#lamexp-v4.xx-history"><span class="toc-section-number">1</span> LameXP v4.xx History</a><ul>
37-
<li><a href="#lamexp-v4.13-xxxx-xx-xx">LameXP v4.13 [xxxx-xx-xx]</a></li>
37+
<li><a href="#lamexp-v4.13-2015-12-12">LameXP v4.13 [2015-12-12]</a></li>
3838
<li><a href="#lamexp-v4.12-2015-10-23">LameXP v4.12 [2015-10-23]</a></li>
3939
<li><a href="#lamexp-v4.11-2015-04-05">LameXP v4.11 [2015-04-05]</a></li>
4040
<li><a href="#lamexp-v4.10-2014-06-23">LameXP v4.10 [2014-06-23]</a></li>
@@ -81,9 +81,9 @@ <h1 class="title">LameXP Audio-Encoder Front-End – Changelog</h1>
8181
</ul>
8282
</nav>
8383
<h1 id="lamexp-v4.xx-history"><span class="header-section-number">1</span> LameXP v4.xx History</h1>
84-
<h2 id="lamexp-v4.13-xxxx-xx-xx" class="unnumbered">LameXP v4.13 [xxxx-xx-xx]</h2>
84+
<h2 id="lamexp-v4.13-2015-12-12" class="unnumbered">LameXP v4.13 [2015-12-12]</h2>
8585
<ul>
86-
<li>Upgraded build environment to Microsoft Visual Studio 2015<br /></li>
86+
<li>Upgraded build environment to Microsoft Visual Studio 2015 with Update-1<br /></li>
8787
<li>Apply the original file's &quot;creation&quot; and &quot;last modified&quot; date/time to the output file (optional)<br /></li>
8888
<li>Updated Vorbis encoder to OggEnc v2.88 (2015-09-10), using libvorbis v1.3.5 and aoTuV b6.03_2015<br /></li>
8989
<li>Updated MediaInfo to v0.7.78 (2015-10-02), compiled with ICL 15.0 and MSVC 12.0<br /></li>

doc/Changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
# LameXP v4.xx History #
44

5-
## LameXP v4.13 [xxxx-xx-xx] ## {-}
5+
## LameXP v4.13 [2015-12-12] ## {-}
66

7-
* Upgraded build environment to Microsoft Visual Studio 2015
7+
* Upgraded build environment to Microsoft Visual Studio 2015 with Update-1
88
* Apply the original file's "creation" and "last modified" date/time to the output file (optional)
99
* Updated Vorbis encoder to OggEnc v2.88 (2015-09-10), using libvorbis v1.3.5 and aoTuV b6.03_2015
1010
* Updated MediaInfo to v0.7.78 (2015-10-02), compiled with ICL 15.0 and MSVC 12.0

src/Config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
#define VER_LAMEXP_MAJOR 4
3434
#define VER_LAMEXP_MINOR_HI 1
3535
#define VER_LAMEXP_MINOR_LO 3
36-
#define VER_LAMEXP_TYPE RC
37-
#define VER_LAMEXP_PATCH 6
38-
#define VER_LAMEXP_BUILD 1850
36+
#define VER_LAMEXP_TYPE Final
37+
#define VER_LAMEXP_PATCH 1
38+
#define VER_LAMEXP_BUILD 1852
3939
#define VER_LAMEXP_CONFG 1818
4040

4141
///////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)