OSDN Git Service

Bump version.
authorLoRd_MuldeR <mulder2@gmx.de>
Sun, 7 Oct 2012 22:25:48 +0000 (00:25 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Sun, 7 Oct 2012 22:25:48 +0000 (00:25 +0200)
src/Config.h
src/Thread_Initialization.cpp

index 832f0c0..34c651c 100644 (file)
@@ -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!)
index e0fd7a1..ab42559 100644 (file)
@@ -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");