From 92c4e28cf5dea7067210d80f5494e835535a49ce Mon Sep 17 00:00:00 2001 From: Pieter Hulshoff Date: Mon, 2 Apr 2018 12:03:52 +0200 Subject: [PATCH] Changed version to 0.8.15b3. --- 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 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( )