diff --git a/doc/FAQ.html b/doc/FAQ.html index 788736e4..94e0132f 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -405,7 +405,6 @@ be installed. Both, QuickTime and iTunes, can be http://www.mediafire.com/file/o5is7bqporboa7b/LameXP.qaac-addin.2012-08-05.zip -
  • http://mulder.brhack.net/public/add-in/LameXP.qaac-addin.2012-08-05.zip
  • http://muldersoft.com/misc/lamexp/add-ins/LameXP.qaac-addin.2012-08-05.zip
    Please follow the install instructions that are included with the 'QAAC Encoder Add-in' download package!
    @@ -422,7 +421,6 @@ available as a free download (you don't need to buy the "Pro" version!) from the
    In order to enable the FHG AAC Encoder support you will also need the 'FHG AAC Encoder Add-in' for LameXP:

    Please follow the install instructions that are included with the 'FHG AAC Encoder Add-in' download package!
    @@ -913,11 +911,10 @@ Please see the guide for translators at:


    Where can I submit bug reports or feature requests?
    diff --git a/src/Config.h b/src/Config.h index 7b403c6b..5a2e8a8c 100644 --- a/src/Config.h +++ b/src/Config.h @@ -33,7 +33,7 @@ #define VER_LAMEXP_MINOR_HI 0 #define VER_LAMEXP_MINOR_LO 8 #define VER_LAMEXP_TYPE Alpha -#define VER_LAMEXP_PATCH 1 +#define VER_LAMEXP_PATCH 2 #define VER_LAMEXP_BUILD 1289 #define VER_LAMEXP_CONFG 1288 diff --git a/src/Dialog_Update.cpp b/src/Dialog_Update.cpp index 915585b3..8c782244 100644 --- a/src/Dialog_Update.cpp +++ b/src/Dialog_Update.cpp @@ -62,13 +62,14 @@ static const char *mirror_url_postfix[] = static const char *update_mirrors_prim[] = { - "http://muldersoft.com/", - "http://mulder.brhack.net/", + "http://muldersoft.com/", // "http://mulder.brhack.net/", "http://mulder.bplaced.net/", "http://mulder.cwsurf.de/", "http://mulder.6te.net/", "http://mulder.webuda.com/", "http://mulder.byethost13.com/", + "http://muldersoft.kilu.de/", + "http://muldersoft.zxq.net/", "http://lamexp.sourceforge.net/", "http://lordmulder.github.com/LameXP/", "http://lord_mulder.bitbucket.org/",