fixed import time bug (21:47 to 00:00 32bit issue)

This commit is contained in:
Syping 2017-08-31 03:13:31 +02:00
parent a81a5d47ed
commit 048979c4b7
4 changed files with 34 additions and 38 deletions

View file

@ -50,7 +50,7 @@
#ifndef GTA5SYNC_APPVER
#ifndef GTA5SYNC_DAILYB
#define GTA5SYNC_APPVER "1.4.0"
#define GTA5SYNC_APPVER "1.4.1"
#else
#define GTA5SYNC_APPVER QString("%1").arg(GTA5SYNC_DAILYB)
#endif