diff --git a/res/Sounds.qrc b/res/Sounds.qrc
index 574a04d4..3900c0a1 100644
--- a/res/Sounds.qrc
+++ b/res/Sounds.qrc
@@ -8,8 +8,8 @@
sounds/chicken.wav
sounds/drop.wav
sounds/error.wav
- sounds/ghost.wav
sounds/shutdown.wav
+ sounds/slunk.wav
sounds/success.wav
sounds/tick.wav
sounds/waiting.wav
diff --git a/res/sounds/slunk.wav b/res/sounds/slunk.wav
new file mode 100644
index 00000000..db31c388
Binary files /dev/null and b/res/sounds/slunk.wav differ
diff --git a/src/Config.h b/src/Config.h
index 9b096d10..f96c4574 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -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
///////////////////////////////////////////////////////////////////////////////
diff --git a/src/Dialog_About.cpp b/src/Dialog_About.cpp
index 6b73f515..3e838584 100644
--- a/src/Dialog_About.cpp
+++ b/src/Dialog_About.cpp
@@ -263,7 +263,7 @@ int AboutDialog::exec()
}
else
{
- PLAY_SOUND_OPTIONAL("ghost", true);
+ PLAY_SOUND_OPTIONAL("slunk", true);
}
switch(QDialog::exec())