#6535 Removed duplicate stage from about dialog

This commit is contained in:
Jamie Newbon
2019-08-22 14:29:07 +01:00
committed by Jnewbon
parent d376ad3feb
commit 8af81f43c8

View File

@@ -29,7 +29,6 @@ AboutDialog::AboutDialog(QWidget* parent, const QString& synergyApp) :
m_versionChecker.setApp(synergyApp);
QString version = m_versionChecker.getVersion();
version = version + '-' + SYNERGY_VERSION_STAGE;
#ifdef SYNERGY_REVISION
version += '-';
version += SYNERGY_REVISION;