Updated the OpenSpace version

This commit is contained in:
Alexander Bock
2015-02-27 15:46:24 +01:00
parent 2d11d40dcc
commit c546b1e1be
2 changed files with 3 additions and 5 deletions

View File

@@ -189,8 +189,7 @@ bool OpenSpaceEngine::create(int argc, char** argv,
LINFOC("OpenSpace Version",
OPENSPACE_VERSION_MAJOR << "." <<
OPENSPACE_VERSION_MINOR << "." <<
OPENSPACE_VERSION_REVISION << "." <<
OPENSPACE_VERSION_BUILD << " (" << OPENSPACE_VERSION_STRING << ")");
OPENSPACE_VERSION_REVISION << " (" << OPENSPACE_VERSION_STRING << ")");
// Create directories that doesn't exist
auto tokens = FileSys.tokens();