From d2f5d705bd562c05cb799648006be7e361e82ad7 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Mon, 8 Oct 2012 00:25:48 +0200 Subject: [PATCH] Bump version. --- src/Config.h | 6 +++--- src/Thread_Initialization.cpp | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/Config.h b/src/Config.h index 832f0c03..34c651cc 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 6 -#define VER_LAMEXP_TYPE Alpha -#define VER_LAMEXP_PATCH 3 -#define VER_LAMEXP_BUILD 1131 +#define VER_LAMEXP_TYPE Beta +#define VER_LAMEXP_PATCH 1 +#define VER_LAMEXP_BUILD 1134 /////////////////////////////////////////////////////////////////////////////// // Tool versions (minimum expected versions!) diff --git a/src/Thread_Initialization.cpp b/src/Thread_Initialization.cpp index e0fd7a14..ab42559f 100644 --- a/src/Thread_Initialization.cpp +++ b/src/Thread_Initialization.cpp @@ -317,7 +317,6 @@ void InitializationThread::delay(void) for(int i = 0; i < 20; i++) { printf("%c\b", temp[i%4]); - msleep(25); } printf("Done\n\n");