From c8375507c2d00ea265db0e4eb789ad9fea250119 Mon Sep 17 00:00:00 2001 From: Rafael Date: Sun, 4 Dec 2016 17:44:41 +0100 Subject: [PATCH] put D for Daily Build in daily version --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 8c806e0..e9ecc5d 100755 --- a/config.h +++ b/config.h @@ -32,7 +32,7 @@ #ifndef GTA5SYNC_DAILYB #define GTA5SYNC_APPVER "1.0.0" #else -#define GTA5SYNC_APPVER GTA5SYNC_DAILYB +#define GTA5SYNC_APPVER QString("D" + GTA5SYNC_DAILYB) #endif #endif