From 619b25fc6cabfdd35f3795b194359c2d8cb1663b Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Sun, 5 Apr 2015 18:35:41 +0200 Subject: [PATCH] Bump version. --- doc/Changelog.html | 2 +- src/Config.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/Changelog.html b/doc/Changelog.html index ae062597..00c62eeb 100644 --- a/doc/Changelog.html +++ b/doc/Changelog.html @@ -84,7 +84,7 @@
  • Upgraded build environment to Microsoft Visual Studio 2013 with Update-4
  • Starting with this version, LameXP is based on the MUtilities library + massive code clean-up
  • Added support for the DynamicAudioNormalizer normalization filter
  • -
  • Updated Qt runtime libraries to v4.8.7 snapshot-5 (2015-03-24), compiled with MSVC 12.0
  • +
  • Updated Qt runtime libraries to v4.8.7 snapshot-5 (2015-03-25), compiled with MSVC 12.0
  • Updated MediaInfo to v0.7.72 (2015-01-07), compiled with ICL 15.0 and MSVC 12.0
  • Updated SoX to v14.4.2-Final (2015-02-22), compiled with ICL 15.0 and MSVC 12.0
  • Updated Opus libraries to v1.1.x and Opus-Tools v0.1.9 to latest Git Master (2015-03-26)
  • diff --git a/src/Config.h b/src/Config.h index 38977cbb..f1fb16d0 100644 --- a/src/Config.h +++ b/src/Config.h @@ -33,10 +33,10 @@ #define VER_LAMEXP_MAJOR 4 #define VER_LAMEXP_MINOR_HI 1 #define VER_LAMEXP_MINOR_LO 1 -#define VER_LAMEXP_TYPE RC -#define VER_LAMEXP_PATCH 4 -#define VER_LAMEXP_BUILD 1698 -#define VER_LAMEXP_CONFG 1558 +#define VER_LAMEXP_TYPE Final +#define VER_LAMEXP_PATCH 1 +#define VER_LAMEXP_BUILD 1700 +#define VER_LAMEXP_CONFG 1700 /////////////////////////////////////////////////////////////////////////////// // LameXP Build Options -- 2.11.4.GIT