From 10daa60c5322f465db57bf72964695fdecdbbcc5 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Mon, 31 Oct 2011 11:55:42 +0100 Subject: [PATCH] Version v4.03 is released! --- src/Config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Config.h b/src/Config.h index 8cddad14..10b3a7ed 100644 --- a/src/Config.h +++ b/src/Config.h @@ -28,9 +28,9 @@ #define VER_LAMEXP_MAJOR 4 #define VER_LAMEXP_MINOR_HI 0 #define VER_LAMEXP_MINOR_LO 3 -#define VER_LAMEXP_TYPE RC -#define VER_LAMEXP_PATCH 3 -#define VER_LAMEXP_BUILD 763 +#define VER_LAMEXP_TYPE Final +#define VER_LAMEXP_PATCH 1 +#define VER_LAMEXP_BUILD 764 /////////////////////////////////////////////////////////////////////////////// // Tools versions -- 2.11.4.GIT