Updated version number to 0.8.12.

This commit is contained in:
Pieter Hulshoff 2017-07-05 09:29:41 +02:00
parent ea6d5ad51a
commit 9c099a8997

View File

@ -21,7 +21,7 @@
std::string retrofe_version_major = "0";
std::string retrofe_version_minor = "8";
std::string retrofe_version_build = "11";
std::string retrofe_version_build = "12";
std::string Version::getString( )