Added one mirror.

This commit is contained in:
LoRd_MuldeR 2011-02-02 21:40:18 +01:00
parent 2b621421a2
commit 8330043f76
2 changed files with 3 additions and 1 deletions

View File

@ -25,7 +25,7 @@
#define VER_LAMEXP_MAJOR 4 #define VER_LAMEXP_MAJOR 4
#define VER_LAMEXP_MINOR_HI 0 #define VER_LAMEXP_MINOR_HI 0
#define VER_LAMEXP_MINOR_LO 0 #define VER_LAMEXP_MINOR_LO 0
#define VER_LAMEXP_BUILD 288 #define VER_LAMEXP_BUILD 289
#define VER_LAMEXP_SUFFIX Beta-3 #define VER_LAMEXP_SUFFIX Beta-3
/* /*

View File

@ -48,6 +48,7 @@ static const char *update_mirrors[] =
{ {
"http://mulder.dummwiedeutsch.de/", "http://mulder.dummwiedeutsch.de/",
"http://mulder.brhack.net/", "http://mulder.brhack.net/",
"http://lamexp.sourceforge.net/",
"http://free.pages.at/borschdfresser/", "http://free.pages.at/borschdfresser/",
"http://mplayer.savedonthe.net/", "http://mplayer.savedonthe.net/",
"http://www.tricksoft.de/", "http://www.tricksoft.de/",
@ -61,6 +62,7 @@ static const char *known_hosts[] =
"http://www.wikipedia.org/", "http://www.wikipedia.org/",
"http://www.msn.com/", "http://www.msn.com/",
"http://www.yahoo.com/", "http://www.yahoo.com/",
"http://sourceforge.net/",
NULL NULL
}; };