Use correct versioning scheme

This commit is contained in:
Alexander Bock
2015-02-24 11:09:40 +01:00
parent faf935704f
commit d1a215e5c3
2 changed files with 4 additions and 1 deletions

View File

@@ -24,5 +24,6 @@
#define OPENSPACE_VERSION_MAJOR 0
#define OPENSPACE_VERSION_MINOR 0
#define OPENSPACE_VERSION_REVISION 1
#define OPENSPACE_VERSION_BUILD 1
#define OPENSPACE_VERSION_STRING "prerelease-1"

View File

@@ -186,8 +186,10 @@ bool OpenSpaceEngine::create(int argc, char** argv,
// Initialize the requested logs from the configuration file
_engine->configureLogging();
LINFOC("OpenSpace Version", OPENSPACE_VERSION_MAJOR << "." <<
LINFOC("OpenSpace Version",
OPENSPACE_VERSION_MAJOR << "." <<
OPENSPACE_VERSION_MINOR << "." <<
OPENSPACE_VERSION_REVISION << "." <<
OPENSPACE_VERSION_BUILD << " (" << OPENSPACE_VERSION_STRING << ")");
// Create directories that doesn't exist