From 22c5b7b3d9e4fdab46c6c45ed78b242879f7647c Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Wed, 8 Apr 2015 21:49:06 +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 f1fb16d0..3d231ce5 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 1 -#define VER_LAMEXP_TYPE Final +#define VER_LAMEXP_MINOR_LO 2 +#define VER_LAMEXP_TYPE Alpha #define VER_LAMEXP_PATCH 1 -#define VER_LAMEXP_BUILD 1700 +#define VER_LAMEXP_BUILD 1702 #define VER_LAMEXP_CONFG 1700 /////////////////////////////////////////////////////////////////////////////// -- 2.11.4.GIT