From 412902cc369f0b12921ae851012386ee8279d56e Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Sun, 11 Jun 2017 13:35:25 +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 80f7c1fa..71cdc3ea 100644 --- a/src/Config.h +++ b/src/Config.h @@ -32,10 +32,10 @@ #define VER_LAMEXP_MAJOR 4 #define VER_LAMEXP_MINOR_HI 1 -#define VER_LAMEXP_MINOR_LO 5 -#define VER_LAMEXP_TYPE Final +#define VER_LAMEXP_MINOR_LO 6 +#define VER_LAMEXP_TYPE Alpha #define VER_LAMEXP_PATCH 1 -#define VER_LAMEXP_BUILD 2002 +#define VER_LAMEXP_BUILD 2004 #define VER_LAMEXP_CONFG 2002 /////////////////////////////////////////////////////////////////////////////// -- 2.11.4.GIT