added dependency of the version in the installer on the version in CMakeLists

This commit is contained in:
vladimir.kuznetsov 2023-03-10 08:50:11 +03:00
parent b292908564
commit 248a1ebd5c
12 changed files with 54 additions and 25 deletions

View file

@ -88,7 +88,7 @@ void VpnLogic::onUpdatePage()
else {
set_labelErrorText("");
}
QString ver = QString("v. %2").arg(QString(APP_VERSION));
QString ver = QString("v. %2").arg(QString(APP_MAJOR_VERSION));
set_labelVersionText(ver);
set_labelLogEnabledVisible(m_settings->isSaveLogs());