Keep it without D

This commit is contained in:
Rafael 2016-12-04 18:00:26 +01:00
parent 1cc500c6f6
commit 0f6568ba75
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
#ifndef GTA5SYNC_DAILYB
#define GTA5SYNC_APPVER "1.0.0"
#else
#define GTA5SYNC_APPVER QString("D%1").arg(GTA5SYNC_DAILYB)
#define GTA5SYNC_APPVER QString("%1").arg(GTA5SYNC_DAILYB)
#endif
#endif