Bump version.

This commit is contained in:
LoRd_MuldeR 2021-03-21 16:17:42 +01:00
parent a32f16dfbd
commit b831bda16e
4 changed files with 4 additions and 4 deletions

View File

@ -8,8 +8,8 @@
<file>sounds/chicken.wav</file>
<file>sounds/drop.wav</file>
<file>sounds/error.wav</file>
<file>sounds/ghost.wav</file>
<file>sounds/shutdown.wav</file>
<file>sounds/slunk.wav</file>
<file>sounds/success.wav</file>
<file>sounds/tick.wav</file>
<file>sounds/waiting.wav</file>

BIN
res/sounds/slunk.wav Normal file

Binary file not shown.

View File

@ -34,8 +34,8 @@
#define VER_LAMEXP_MINOR_HI 1
#define VER_LAMEXP_MINOR_LO 9
#define VER_LAMEXP_TYPE RC
#define VER_LAMEXP_PATCH 3
#define VER_LAMEXP_BUILD 2299
#define VER_LAMEXP_PATCH 4
#define VER_LAMEXP_BUILD 2304
#define VER_LAMEXP_CONFG 2188
///////////////////////////////////////////////////////////////////////////////

View File

@ -263,7 +263,7 @@ int AboutDialog::exec()
}
else
{
PLAY_SOUND_OPTIONAL("ghost", true);
PLAY_SOUND_OPTIONAL("slunk", true);
}
switch(QDialog::exec())