Changed version number to 0.9.20.

This commit is contained in:
Pieter Hulshoff 2020-01-21 22:51:13 +01:00
parent 031d937ec7
commit 5655ac9911

View File

@ -21,7 +21,7 @@
std::string retrofe_version_major = "0";
std::string retrofe_version_minor = "9";
std::string retrofe_version_build = "19";
std::string retrofe_version_build = "20";
std::string Version::getString( )