Updating version number in preparation for Earth Day event

This commit is contained in:
Alexander Bock
2017-04-12 14:21:13 -04:00
parent bef337c0eb
commit cba54170a4
+2 -2
View File
@@ -32,10 +32,10 @@ namespace openspace {
std::string licenseText();
const int OPENSPACE_VERSION_MAJOR = 0;
const int OPENSPACE_VERSION_MINOR = 7;
const int OPENSPACE_VERSION_MINOR = 8;
const int OPENSPACE_VERSION_PATCH = 0;
const std::string OPENSPACE_VERSION_STRING = "prerelease-12 (NAOJ)";
const std::string OPENSPACE_VERSION_STRING = "prerelease-13 (Earth Day)";
} // namespace openspace