Bump version.

This commit is contained in:
LoRd_MuldeR 2013-02-10 00:25:05 +01:00
parent 895cd586cf
commit e5a1b950eb
2 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ a:visited { color: #0000EE; }
<a name="4.07"></a>Changes between v4.06 and v4.07 [<font color="darkred">unreleased</font>]:<br><ul>
<li>Upgraded build environment to Microsoft Visual Studio 2012 with Update-1
<li>Minimum supported platform now is Windows XP with Service Pack 3 (<a href="http://www.microsoft.com/en-us/download/details.aspx?id=24" target="_blank">download</a>)
<li>Added option to select the "overwrite mode" to advanced options tab
<li>Added option to filter the log entries on the "processing" dialog (see context menu)
<li>Added "Up One Level" button to the output folder tab

View File

@ -29,7 +29,7 @@
#define VER_LAMEXP_MINOR_HI 0
#define VER_LAMEXP_MINOR_LO 7
#define VER_LAMEXP_TYPE Beta
#define VER_LAMEXP_PATCH 3
#define VER_LAMEXP_PATCH 4
#define VER_LAMEXP_BUILD 1240
///////////////////////////////////////////////////////////////////////////////