diff --git a/src/Config.h b/src/Config.h index fc3254b1..184f63ee 100644 --- a/src/Config.h +++ b/src/Config.h @@ -25,7 +25,7 @@ #define VER_LAMEXP_MAJOR 4 #define VER_LAMEXP_MINOR_HI 0 #define VER_LAMEXP_MINOR_LO 0 -#define VER_LAMEXP_BUILD 288 +#define VER_LAMEXP_BUILD 289 #define VER_LAMEXP_SUFFIX Beta-3 /* diff --git a/src/Dialog_Update.cpp b/src/Dialog_Update.cpp index 85765ff4..8753e42c 100644 --- a/src/Dialog_Update.cpp +++ b/src/Dialog_Update.cpp @@ -48,6 +48,7 @@ static const char *update_mirrors[] = { "http://mulder.dummwiedeutsch.de/", "http://mulder.brhack.net/", + "http://lamexp.sourceforge.net/", "http://free.pages.at/borschdfresser/", "http://mplayer.savedonthe.net/", "http://www.tricksoft.de/", @@ -61,6 +62,7 @@ static const char *known_hosts[] = "http://www.wikipedia.org/", "http://www.msn.com/", "http://www.yahoo.com/", + "http://sourceforge.net/", NULL };