Update the OpenSpace version to 0.6.0 (AGU)

Update Ghoul reference
This commit is contained in:
Alexander Bock
2016-12-06 08:54:38 +01:00
parent aa496fd28c
commit 921cc59a23
3 changed files with 9 additions and 8 deletions

11
CREDITS
View File

@@ -2,14 +2,15 @@ Alexander Bock
Joakim Kilby
Emil Axelsson
Jonathas Costa
Niclas Hultberg
Michael Nilsson
Sebastian Piwell
Kalle Bladin
Erik Broberg
Matthew Territo
Jonas Strandstedt
Hans-Christian Helltegen
Michal Marcinkowski
Anton Arbring
Tomas Forsyth Rosin
Kalle Bladin
Erik Broberg
Michael Nilsson
Sebastian Piwell
Niclas Hultberg

View File

@@ -32,10 +32,10 @@ namespace openspace {
std::string licenseText();
const int OPENSPACE_VERSION_MAJOR = 0;
const int OPENSPACE_VERSION_MINOR = 5;
const int OPENSPACE_VERSION_MINOR = 6;
const int OPENSPACE_VERSION_PATCH = 0;
const std::string OPENSPACE_VERSION_STRING = "prerelease-10 (Kulturnatten)";
const std::string OPENSPACE_VERSION_STRING = "prerelease-11 (AGU)";
} // namespace openspace