Revert "consistency with version strings"

This reverts commit 87b0ed0095.

Needs review by Mathu so the Windows build doesn't break.
This commit is contained in:
andy5995
2018-10-04 16:10:33 -05:00
parent 87b0ed0095
commit 3f896ce2ed
8 changed files with 193 additions and 10 deletions

View File

@@ -73,7 +73,7 @@ const char *folderDelimiter = "/";
//int GameConstants::updateFps= 40;
//int GameConstants::cameraFps= 100;
const string g3dviewerVersionString = ZG_VERSION;
const string g3dviewerVersionString = "v0.8.01";
// Because g3d should always support alpha transparency
string fileFormat = "png";