- configure: change release cycle handling; we don't need two defines for release cycle

Signed-off-by: GetAway <get-away@t-online.de>
This commit is contained in:
svenhoefer
2020-06-14 12:33:59 +02:00
committed by GetAway
parent 33ecf51bdb
commit c0c21f7daf
3 changed files with 4 additions and 5 deletions

View File

@@ -432,7 +432,7 @@ bool CFlashUpdate::checkVersion4Update()
if (gotImage)
{
if ((strncmp(RELEASE_CYCLE, versionInfo->getReleaseCycle(), 2) != 0) &&
if ((strncmp(PACKAGE_RELEASE_CYCLE, versionInfo->getReleaseCycle(), 2) != 0) &&
(ShowMsg(LOCALE_MESSAGEBOX_INFO, LOCALE_FLASHUPDATE_WRONGBASE, CMsgBox::mbrYes, CMsgBox::mbYes | CMsgBox::mbNo, NEUTRINO_ICON_UPDATE) != CMsgBox::mbrYes))
{
delete versionInfo;