diff --git a/RetroFE/Source/Version.cpp b/RetroFE/Source/Version.cpp index fc3933e..bbaef48 100644 --- a/RetroFE/Source/Version.cpp +++ b/RetroFE/Source/Version.cpp @@ -21,7 +21,7 @@ std::string retrofe_version_major = "0"; std::string retrofe_version_minor = "8"; -std::string retrofe_version_build = "15b2"; +std::string retrofe_version_build = "15b3"; std::string Version::getString( )