Bump version.

This commit is contained in:
LoRd_MuldeR 2014-01-26 18:31:20 +01:00
parent ee3bd21fd9
commit 9f816e9aa6
3 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@ a:visited { color: #0000EE; }
<body> <body>
<h3>LameXP - Version History</h3><br> <h3>LameXP - Version History</h3><br>
<a name="4.09"></a>Changes between v4.08 and v4.09 [<font color="darkred">unreleased</font>]:<br><ul> <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>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 <li>Complete overhaul of the file analyzer, resulting in up to 2.5x faster file import speed
<li>Reworked the application initialization code, resulting in notably faster startup speed <li>Reworked the application initialization code, resulting in notably faster startup speed

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 KiB

After

Width:  |  Height:  |  Size: 86 KiB

View File

@ -33,10 +33,10 @@
#define VER_LAMEXP_MAJOR 4 #define VER_LAMEXP_MAJOR 4
#define VER_LAMEXP_MINOR_HI 0 #define VER_LAMEXP_MINOR_HI 0
#define VER_LAMEXP_MINOR_LO 9 #define VER_LAMEXP_MINOR_LO 9
#define VER_LAMEXP_TYPE RC #define VER_LAMEXP_TYPE Final
#define VER_LAMEXP_PATCH 2 #define VER_LAMEXP_PATCH 1
#define VER_LAMEXP_BUILD 1523 #define VER_LAMEXP_BUILD 1524
#define VER_LAMEXP_CONFG 1348 #define VER_LAMEXP_CONFG 1524
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
// LameXP Build Options // LameXP Build Options