diff --git a/src/Config.h b/src/Config.h index 13e9e59e..2d185572 100644 --- a/src/Config.h +++ b/src/Config.h @@ -35,7 +35,7 @@ #define VER_LAMEXP_MINOR_LO 9 #define VER_LAMEXP_TYPE Alpha #define VER_LAMEXP_PATCH 4 -#define VER_LAMEXP_BUILD 2264 +#define VER_LAMEXP_BUILD 2270 #define VER_LAMEXP_CONFG 2188 /////////////////////////////////////////////////////////////////////////////// diff --git a/src/Dialog_About.cpp b/src/Dialog_About.cpp index ba7ab41f..e9e1dc25 100644 --- a/src/Dialog_About.cpp +++ b/src/Dialog_About.cpp @@ -58,6 +58,7 @@ //CRT #include +#include //Helper macros #define LINK(URL) QString("%2").arg(URL).arg(QString(URL).replace("-", "−"))