From 21be1c865c4f867c63fbcd957be1545b7eda8783 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Fri, 23 Oct 2015 20:02:51 +0200 Subject: [PATCH] Updated list of mirrors. --- src/Config.h | 2 +- src/Dialog_About.cpp | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Config.h b/src/Config.h index dbb1f49e..e1b68a06 100644 --- a/src/Config.h +++ b/src/Config.h @@ -35,7 +35,7 @@ #define VER_LAMEXP_MINOR_LO 2 #define VER_LAMEXP_TYPE RC #define VER_LAMEXP_PATCH 4 -#define VER_LAMEXP_BUILD 1816 +#define VER_LAMEXP_BUILD 1817 #define VER_LAMEXP_CONFG 1700 /////////////////////////////////////////////////////////////////////////////// diff --git a/src/Dialog_About.cpp b/src/Dialog_About.cpp index 7b2e069d..149bc6de 100644 --- a/src/Dialog_About.cpp +++ b/src/Dialog_About.cpp @@ -111,7 +111,6 @@ g_lamexp_specialThanks[] = { "GitHub", "http://github.com/" }, { "SourceForge", "http://sourceforge.net/" }, { "Qt Developer Network", "http://qt-project.org/" }, - { "BerliOS Developer", "http://developer.berlios.de/" }, { "CodePlex", "http://www.codeplex.com/" }, { "Marius Hudea", "http://savedonthe.net/" }, { "Codecs.com", "http://www.codecs.com/" }, @@ -129,9 +128,8 @@ g_lamexp_mirrors[] = { "GitHub.com", "https://github.com/lordmulder/LameXP" }, { "SourceForge.net", "http://sourceforge.net/p/lamexp/code/" }, { "Bitbucket.org", "https://bitbucket.org/lord_mulder/lamexp" }, - { "Gitorious.org", "https://gitorious.org/lamexp" }, + { "GitLab.com" , "https://gitlab.com/lamexp/lamexp" }, { "Codeplex.com", "https://lamexp.codeplex.com/SourceControl/latest" }, - { "Berlios.de", "http://git.berlios.de/cgi-bin/gitweb.cgi?p=lamexp" }, { "Assembla.com", "https://www.assembla.com/spaces/lamexp/" }, { NULL, NULL } };