Bump version.
This commit is contained in:
parent
80fb69bed5
commit
d2f5d705bd
@ -28,9 +28,9 @@
|
|||||||
#define VER_LAMEXP_MAJOR 4
|
#define VER_LAMEXP_MAJOR 4
|
||||||
#define VER_LAMEXP_MINOR_HI 0
|
#define VER_LAMEXP_MINOR_HI 0
|
||||||
#define VER_LAMEXP_MINOR_LO 6
|
#define VER_LAMEXP_MINOR_LO 6
|
||||||
#define VER_LAMEXP_TYPE Alpha
|
#define VER_LAMEXP_TYPE Beta
|
||||||
#define VER_LAMEXP_PATCH 3
|
#define VER_LAMEXP_PATCH 1
|
||||||
#define VER_LAMEXP_BUILD 1131
|
#define VER_LAMEXP_BUILD 1134
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Tool versions (minimum expected versions!)
|
// Tool versions (minimum expected versions!)
|
||||||
|
@ -317,7 +317,6 @@ void InitializationThread::delay(void)
|
|||||||
for(int i = 0; i < 20; i++)
|
for(int i = 0; i < 20; i++)
|
||||||
{
|
{
|
||||||
printf("%c\b", temp[i%4]);
|
printf("%c\b", temp[i%4]);
|
||||||
msleep(25);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("Done\n\n");
|
printf("Done\n\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user