mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-22 12:59:07 -06:00
Updated the OpenSpace version
This commit is contained in:
@@ -24,6 +24,5 @@
|
||||
|
||||
#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"
|
||||
#define OPENSPACE_VERSION_REVISION 3
|
||||
#define OPENSPACE_VERSION_STRING "prerelease-3"
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user