diff --git a/src/Config.h b/src/Config.h index edeafd24..ff453576 100644 --- a/src/Config.h +++ b/src/Config.h @@ -35,7 +35,7 @@ #define VER_LAMEXP_MINOR_LO 1 #define VER_LAMEXP_TYPE Beta #define VER_LAMEXP_PATCH 4 -#define VER_LAMEXP_BUILD 1608 +#define VER_LAMEXP_BUILD 1610 #define VER_LAMEXP_CONFG 1558 /////////////////////////////////////////////////////////////////////////////// diff --git a/src/Main.cpp b/src/Main.cpp index cc0ac17a..b93b6833 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -106,7 +106,6 @@ static int lamexp_main(int &argc, char **argv) } //Initialize application - MUtils::Terminal::set_icon(QIcon(":/icons/sound.png")); qApp->setWindowIcon(lamexp_app_icon()); qApp->setApplicationVersion(QString().sprintf("%d.%02d.%04d", lamexp_version_major(), lamexp_version_minor(), lamexp_version_build()));