diff --git a/.gitignore b/.gitignore
index 025a66a9..8ad46266 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,6 +8,7 @@ etc/Deployment/_postproc.bat
etc/Deployment/buildenv.txt
etc/Prerequisites/qt4_static/lib
etc/Prerequisites/qt4_static/plugins
+etc/Prerequisites/qt4_static/bin
etc/Translation/*.ts.bak
/ipch
/obj
diff --git a/doc/FAQ.html b/doc/FAQ.html
index adeb2016..a50379f9 100644
--- a/doc/FAQ.html
+++ b/doc/FAQ.html
@@ -391,7 +391,9 @@ intended for developers, it may be helpful for "regular" users too. Nonetheless
console, unless something is going wrong. Therefore the LameXP console is disabled by default in all
"release" builds. You can enable the console by passing the "--console" command-line parameter, if required.
At the same time the console is enabled by default in all "beta" (pre-release) builds of LameXP. You can
-still disable the console by passing the "--no-console" command-line parameter, if you don't like it.
+still disable the console by passing the "--no-console" command-line parameter, if you don't like it.
+
+WARNING: Any attempt to close the LameXP console window will kill the application immediately !!!
diff --git a/src/Config.h b/src/Config.h
index 8f195d0d..aa7833a1 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -29,8 +29,8 @@
#define VER_LAMEXP_MINOR_HI 0
#define VER_LAMEXP_MINOR_LO 2
#define VER_LAMEXP_TYPE Alpha
-#define VER_LAMEXP_PATCH 13
-#define VER_LAMEXP_BUILD 494
+#define VER_LAMEXP_PATCH 14
+#define VER_LAMEXP_BUILD 496
///////////////////////////////////////////////////////////////////////////////
// Tools versions
diff --git a/src/Dialog_About.cpp b/src/Dialog_About.cpp
index 172c6f70..ce87c899 100644
--- a/src/Dialog_About.cpp
+++ b/src/Dialog_About.cpp
@@ -326,7 +326,7 @@ void AboutDialog::showMoreAbout(void)
QString moreAboutText;
moreAboutText += QString("
%1
").arg(tr("The following third-party software is used in LameXP:"));
- moreAboutText += "";
+ moreAboutText += "";
moreAboutText += makeToolText
(
|
|