From 69f2517d66b0c86390cc56d9385eb11f8a8b67e1 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Tue, 22 Dec 2020 00:18:34 +0100 Subject: [PATCH] Bump version. --- src/Config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Config.h b/src/Config.h index 213d97b7..8c86499e 100644 --- a/src/Config.h +++ b/src/Config.h @@ -33,9 +33,9 @@ #define VER_LAMEXP_MAJOR 4 #define VER_LAMEXP_MINOR_HI 1 #define VER_LAMEXP_MINOR_LO 9 -#define VER_LAMEXP_TYPE Beta -#define VER_LAMEXP_PATCH 5 -#define VER_LAMEXP_BUILD 2285 +#define VER_LAMEXP_TYPE RC +#define VER_LAMEXP_PATCH 1 +#define VER_LAMEXP_BUILD 2286 #define VER_LAMEXP_CONFG 2188 ///////////////////////////////////////////////////////////////////////////////