diff --git a/src/Config.h b/src/Config.h index b539495e..2d637aad 100644 --- a/src/Config.h +++ b/src/Config.h @@ -32,10 +32,10 @@ #define VER_LAMEXP_MAJOR 4 #define VER_LAMEXP_MINOR_HI 2 -#define VER_LAMEXP_MINOR_LO 1 -#define VER_LAMEXP_TYPE Final +#define VER_LAMEXP_MINOR_LO 2 +#define VER_LAMEXP_TYPE Beta #define VER_LAMEXP_PATCH 1 -#define VER_LAMEXP_BUILD 2386 +#define VER_LAMEXP_BUILD 2388 #define VER_LAMEXP_CONFG 2188 /////////////////////////////////////////////////////////////////////////////// diff --git a/src/Global_Version.cpp b/src/Global_Version.cpp index ead799ab..c761d192 100644 --- a/src/Global_Version.cpp +++ b/src/Global_Version.cpp @@ -136,7 +136,7 @@ const QDate &lamexp_version_expires(void) if(g_lamexp_expiration_date.isNull()) { - g_lamexp_expiration_date.reset(new QDate(MUtils::Version::app_build_date().addDays(MUTILS_DEBUG ? 7 : 30))); + g_lamexp_expiration_date.reset(new QDate(MUtils::Version::app_build_date().addDays(MUTILS_DEBUG ? 14 : 91))); } return *g_lamexp_expiration_date;