From cc17a04a7d8ebad1c108a791f784ef749afb06d3 Mon Sep 17 00:00:00 2001 From: Pieter Hulshoff Date: Thu, 9 Feb 2017 10:07:10 +0100 Subject: [PATCH] Updated version to 0.7.21. --- RetroFE/Source/Version.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RetroFE/Source/Version.cpp b/RetroFE/Source/Version.cpp index 7c88e54..46eab4d 100644 --- a/RetroFE/Source/Version.cpp +++ b/RetroFE/Source/Version.cpp @@ -20,7 +20,7 @@ std::string retrofe_version_major = "0"; std::string retrofe_version_minor = "7"; -std::string retrofe_version_build = "21b1"; +std::string retrofe_version_build = "21"; std::string Version::getString()