From 097cc963421b624581f4fcb59fa93198908fe6ab Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Sun, 14 May 2017 14:07:09 +0200 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 57a643bb..a60eb1cf 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 5 -#define VER_LAMEXP_TYPE Beta -#define VER_LAMEXP_PATCH 8 -#define VER_LAMEXP_BUILD 1998 +#define VER_LAMEXP_TYPE RC +#define VER_LAMEXP_PATCH 1 +#define VER_LAMEXP_BUILD 2000 #define VER_LAMEXP_CONFG 1934 /////////////////////////////////////////////////////////////////////////////// -- 2.11.4.GIT