Bump version.

This commit is contained in:
LoRd_MuldeR 2013-09-04 00:35:55 +02:00
parent 24f2715ebe
commit db95584256
2 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.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>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>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 <li>Updated Qt runtime libraries to v4.8.5 (2013-05-31), compiled with MSVC 11.0

View File

@ -32,10 +32,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 8 #define VER_LAMEXP_MINOR_LO 8
#define VER_LAMEXP_TYPE RC #define VER_LAMEXP_TYPE Final
#define VER_LAMEXP_PATCH 2 #define VER_LAMEXP_PATCH 1
#define VER_LAMEXP_BUILD 1337 #define VER_LAMEXP_BUILD 1338
#define VER_LAMEXP_CONFG 1288 #define VER_LAMEXP_CONFG 1338
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
// LameXP Build Options // LameXP Build Options