Set version to 0.10.0 for release.

This commit is contained in:
Pieter Hulshoff 2020-05-23 22:03:15 +02:00
parent d4fe8972a1
commit 0a9d26d00b

View File

@ -20,8 +20,8 @@
std::string retrofe_version_major = "0";
std::string retrofe_version_minor = "9";
std::string retrofe_version_build = "41";
std::string retrofe_version_minor = "10";
std::string retrofe_version_build = "0";
std::string Version::getString( )