Open development for version 4.10.

This commit is contained in:
LoRd_MuldeR 2014-02-08 17:23:44 +01:00
parent 14baf8d52d
commit b4ee0af400
2 changed files with 9 additions and 5 deletions

View File

@ -17,6 +17,10 @@ a:visited { color: #0000EE; }
<body>
<h3>LameXP - Version History</h3><br>
<a name="4.10"></a>Changes between v4.09 and v4.10 [<font color="darkred">unreleased</font>]:<br><ul>
<li>Test
</ul><br>
<a name="4.09"></a>Changes between v4.08 and v4.09 [2014-01-26]:<br><ul>
<li>Upgraded build environment to Microsoft Visual Studio 2013 RTM
<li>Complete overhaul of the file analyzer, resulting in up to 2.5x faster file import speed

View File

@ -31,12 +31,12 @@
///////////////////////////////////////////////////////////////////////////////
#define VER_LAMEXP_MAJOR 4
#define VER_LAMEXP_MINOR_HI 0
#define VER_LAMEXP_MINOR_LO 9
#define VER_LAMEXP_TYPE Final
#define VER_LAMEXP_MINOR_HI 1
#define VER_LAMEXP_MINOR_LO 0
#define VER_LAMEXP_TYPE Alpha
#define VER_LAMEXP_PATCH 1
#define VER_LAMEXP_BUILD 1526
#define VER_LAMEXP_CONFG 1524
#define VER_LAMEXP_BUILD 1528
#define VER_LAMEXP_CONFG 1528
///////////////////////////////////////////////////////////////////////////////
// LameXP Build Options