mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-08 12:53:53 +08:00
Fix appending revision to version number
This commit is contained in:
@@ -31,7 +31,8 @@ AboutDialog::AboutDialog(QWidget* parent, const QString& synergyApp) :
|
||||
QString version = m_versionChecker.getVersion();
|
||||
version = version + '-' + SYNERGY_VERSION_STAGE;
|
||||
#ifdef SYNERGY_REVISION
|
||||
version += '-' + SYNERGY_REVISION;
|
||||
version += '-';
|
||||
version += SYNERGY_REVISION;
|
||||
#endif
|
||||
m_pLabelSynergyVersion->setText(version);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user