Bump version.
This commit is contained in:
parent
db7da45bd3
commit
a57d7e7dd8
@ -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
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user