Bump version.

This commit is contained in:
LoRd_MuldeR 2025-04-13 19:39:20 +02:00
parent db7da45bd3
commit a57d7e7dd8
2 changed files with 4 additions and 4 deletions

View File

@ -32,10 +32,10 @@
#define VER_LAMEXP_MAJOR 4 #define VER_LAMEXP_MAJOR 4
#define VER_LAMEXP_MINOR_HI 2 #define VER_LAMEXP_MINOR_HI 2
#define VER_LAMEXP_MINOR_LO 1 #define VER_LAMEXP_MINOR_LO 2
#define VER_LAMEXP_TYPE Final #define VER_LAMEXP_TYPE Beta
#define VER_LAMEXP_PATCH 1 #define VER_LAMEXP_PATCH 1
#define VER_LAMEXP_BUILD 2386 #define VER_LAMEXP_BUILD 2388
#define VER_LAMEXP_CONFG 2188 #define VER_LAMEXP_CONFG 2188
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////

View File

@ -136,7 +136,7 @@ const QDate &lamexp_version_expires(void)
if(g_lamexp_expiration_date.isNull()) 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; return *g_lamexp_expiration_date;