Bump version.
This commit is contained in:
parent
a32f16dfbd
commit
b831bda16e
@ -8,8 +8,8 @@
|
|||||||
<file>sounds/chicken.wav</file>
|
<file>sounds/chicken.wav</file>
|
||||||
<file>sounds/drop.wav</file>
|
<file>sounds/drop.wav</file>
|
||||||
<file>sounds/error.wav</file>
|
<file>sounds/error.wav</file>
|
||||||
<file>sounds/ghost.wav</file>
|
|
||||||
<file>sounds/shutdown.wav</file>
|
<file>sounds/shutdown.wav</file>
|
||||||
|
<file>sounds/slunk.wav</file>
|
||||||
<file>sounds/success.wav</file>
|
<file>sounds/success.wav</file>
|
||||||
<file>sounds/tick.wav</file>
|
<file>sounds/tick.wav</file>
|
||||||
<file>sounds/waiting.wav</file>
|
<file>sounds/waiting.wav</file>
|
||||||
|
BIN
res/sounds/slunk.wav
Normal file
BIN
res/sounds/slunk.wav
Normal file
Binary file not shown.
@ -34,8 +34,8 @@
|
|||||||
#define VER_LAMEXP_MINOR_HI 1
|
#define VER_LAMEXP_MINOR_HI 1
|
||||||
#define VER_LAMEXP_MINOR_LO 9
|
#define VER_LAMEXP_MINOR_LO 9
|
||||||
#define VER_LAMEXP_TYPE RC
|
#define VER_LAMEXP_TYPE RC
|
||||||
#define VER_LAMEXP_PATCH 3
|
#define VER_LAMEXP_PATCH 4
|
||||||
#define VER_LAMEXP_BUILD 2299
|
#define VER_LAMEXP_BUILD 2304
|
||||||
#define VER_LAMEXP_CONFG 2188
|
#define VER_LAMEXP_CONFG 2188
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
@ -263,7 +263,7 @@ int AboutDialog::exec()
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
PLAY_SOUND_OPTIONAL("ghost", true);
|
PLAY_SOUND_OPTIONAL("slunk", true);
|
||||||
}
|
}
|
||||||
|
|
||||||
switch(QDialog::exec())
|
switch(QDialog::exec())
|
||||||
|
Loading…
Reference in New Issue
Block a user