Update the OpenSpace version for Kulturnatten

This commit is contained in:
Alexander Bock
2016-09-22 10:28:24 +02:00
parent 6938b59f00
commit d8ca2965eb
+2 -2
View File
@@ -32,10 +32,10 @@ namespace openspace {
std::string licenseText();
const int OPENSPACE_VERSION_MAJOR = 0;
const int OPENSPACE_VERSION_MINOR = 4;
const int OPENSPACE_VERSION_MINOR = 5;
const int OPENSPACE_VERSION_PATCH = 0;
const std::string OPENSPACE_VERSION_STRING = "prerelease-9 (IPS)";
const std::string OPENSPACE_VERSION_STRING = "prerelease-10 (Kulturnatten)";
} // namespace openspace