Open development for version 4.10.
This commit is contained in:
parent
14baf8d52d
commit
b4ee0af400
@ -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
|
||||
|
10
src/Config.h
10
src/Config.h
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user