From 96f1cbc580a0ad0ae47c6b0e974549128f585794 Mon Sep 17 00:00:00 2001 From: Pieter Hulshoff Date: Fri, 13 Jan 2017 16:18:06 +0100 Subject: [PATCH] Updated version to 0.7.20b3. --- 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 002743b..6138631 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 = "20b2"; +std::string retrofe_version_build = "20b3"; std::string Version::getString()