Adjusted EOL

This commit is contained in:
Klaus Basan
2017-09-19 23:27:50 +02:00
committed by Mathew Sutcliffe
parent 8427aa829d
commit adb7d42b63
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ BLACK_CONFIG *= Doxygen
#BLACK_CONFIG *= SwiftStableBranch
BLACK_CONFIG *= FSUIPC
isEmpty(BLACK_EOL): BLACK_EOL = "20180101"
isEmpty(BLACK_EOL): BLACK_EOL = "20180901"
## Private Area ##

View File

@@ -137,7 +137,7 @@ bool BlackConfig::CBuildConfig::isVatsimVersion()
const QDateTime &BlackConfig::CBuildConfig::getEol()
{
static const QString eol(\"$$BLACK_EOL\");
static const QString eol(\"$$BLACK_EOL\"); // config.pri
static const QDateTime dt(eol.isEmpty() ? QDateTime() : QDateTime::fromString(eol, \"yyyyMMdd\"));
return dt;
}