Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
lordmulder committed Sep 3, 2013
1 parent 24f2715 commit db95584
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/Changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<body>
<h3>LameXP - Version History</h3><br>

<a name="4.08"></a>Changes between v4.07 and v4.08 [<font color="darkred">unreleased</font>]:<br><ul>
<a name="4.08"></a>Changes between v4.07 and v4.08 [2013-09-04]:<br><ul>
<li>Upgraded build environment to Microsoft Visual Studio 2012 with Update-3
<li>Encoder settings (RC mode + bitrate/quality) are now stored separately for each encoder
<li>Updated Qt runtime libraries to v4.8.5 (2013-05-31), compiled with MSVC 11.0
Expand Down
8 changes: 4 additions & 4 deletions src/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
#define VER_LAMEXP_MAJOR 4
#define VER_LAMEXP_MINOR_HI 0
#define VER_LAMEXP_MINOR_LO 8
#define VER_LAMEXP_TYPE RC
#define VER_LAMEXP_PATCH 2
#define VER_LAMEXP_BUILD 1337
#define VER_LAMEXP_CONFG 1288
#define VER_LAMEXP_TYPE Final
#define VER_LAMEXP_PATCH 1
#define VER_LAMEXP_BUILD 1338
#define VER_LAMEXP_CONFG 1338

///////////////////////////////////////////////////////////////////////////////
// LameXP Build Options
Expand Down

0 comments on commit db95584

Please sign in to comment.