mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 04:00:37 -06:00
Use correct versioning scheme
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user