gta5view 1.10.0 release
This commit is contained in:
parent
b6241a8ff5
commit
aa83221db2
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ AboutDialog::AboutDialog(QWidget *parent) :
|
||||||
const QString projectBuild = AppEnv::getBuildDateTime();
|
const QString projectBuild = AppEnv::getBuildDateTime();
|
||||||
const QString buildStr = GTA5SYNC_BUILDSTRING;
|
const QString buildStr = GTA5SYNC_BUILDSTRING;
|
||||||
#ifdef GTA5SYNC_COMMIT
|
#ifdef GTA5SYNC_COMMIT
|
||||||
if ((strcmp(literalBuildType, REL_BUILDTYPE) == 0) && !appVersion.contains("-"))
|
if ((strcmp(literalBuildType, REL_BUILDTYPE) != 0) && !appVersion.contains("-"))
|
||||||
appVersion = appVersion % "-" % GTA5SYNC_COMMIT;
|
appVersion = appVersion % "-" % GTA5SYNC_COMMIT;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue