diff --git a/doc/Manual.html b/doc/Manual.html
index 4a0c9d53..4cacc046 100644
--- a/doc/Manual.html
+++ b/doc/Manual.html
@@ -268,12 +268,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.<
Nero Digital AAC Encoder
First of all, you need to download the Nero AAC encoder from the official Nero Digital web-site. The download is free of charge:
-Simply scroll down, click the "I agree" button, and enter user@example.com
when asked for an e-mail address. Finally, click the "Download" button, which initates the download of the required NeroAACCodec-1.5.1.zip
file.
-Note: Although the ZIP file is called NeroAACCodec-1.5.1.zip
, it actually contains version 1.5.4.0 of the Nero AAC encoder software. Please check the included changelog.txt
to verify this!
+Note: Although the ZIP file is sometimes called NeroAACCodec-1.5.1.zip
, it may actually contains version 1.5.4.0 of the Nero AAC encoder software. Check the included changelog.txt
to verify this!
Now open the downloaded ZIP file with your favourite file archive software (we recommend using 7-Zip or WinRAR) and navigate to the "win32" sub-directory.
diff --git a/doc/Manual.md b/doc/Manual.md
index 99b8a8e6..03682ea4 100644
--- a/doc/Manual.md
+++ b/doc/Manual.md
@@ -257,13 +257,12 @@ LameXP can use the **Nero Digital** AAC encoder as well as the **QAAC** (Apple i
First of all, you need to download the Nero AAC encoder from the official Nero Digital web-site. The download is free of charge:
-*
*
*
+*
+*
-Simply scroll down, click the "I agree" button, and enter ``user@example.com`` when asked for an e-mail address. Finally, click the "Download" button, which initates the download of the required ``NeroAACCodec-1.5.1.zip`` file.
-
-*Note:* Although the ZIP file is called ``NeroAACCodec-1.5.1.zip``, it actually contains version **1.5.4.0** of the Nero AAC encoder software. Please check the included ``changelog.txt`` to verify this!
+*Note:* Although the ZIP file is sometimes called ``NeroAACCodec-1.5.1.zip``, it may actually contains version **1.5.4.0** of the Nero AAC encoder software. Check the included ``changelog.txt`` to verify this!
![Figure](img/lamexp/setup_4a.png)
diff --git a/src/Config.h b/src/Config.h
index e1b750d9..ebf89025 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -35,7 +35,7 @@
#define VER_LAMEXP_MINOR_LO 4
#define VER_LAMEXP_TYPE Beta
#define VER_LAMEXP_PATCH 6
-#define VER_LAMEXP_BUILD 1904
+#define VER_LAMEXP_BUILD 1906
#define VER_LAMEXP_CONFG 1818
///////////////////////////////////////////////////////////////////////////////
diff --git a/src/Dialog_About.cpp b/src/Dialog_About.cpp
index 138f1e22..f47a4e83 100644
--- a/src/Dialog_About.cpp
+++ b/src/Dialog_About.cpp
@@ -64,7 +64,7 @@
#define MAKE_TRANSPARENT(WIDGET) do { QPalette _p = (WIDGET)->palette(); _p.setColor(QPalette::Background, Qt::transparent); (WIDGET)->setPalette(_p); } while(0)
//Constants
-const char *AboutDialog::neroAacUrl = "http://www.nero.com/eng/company/about-nero/nero-aac-codec.php"; //"http://www.videohelp.com/tools/Nero-AAC-Codec";
+const char *AboutDialog::neroAacUrl = "http://www.videohelp.com/software/Nero-AAC-Codec"; //"http://www.nero.com/eng/company/about-nero/nero-aac-codec.php"
const char *AboutDialog::disqueUrl = "http://muldersoft.com/?player_url=38X-MXOB014";
//Contributors