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");