revert mistake overwrite of config

This commit is contained in:
Rafael 2017-01-27 04:36:13 +01:00
parent e031bcec59
commit 37733cc97e
1 changed files with 1 additions and 1 deletions

View File

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