From 8bbe0ba3d4dda8d3a9ba901f2837a13463819c23 Mon Sep 17 00:00:00 2001 From: Pieter Hulshoff Date: Sat, 26 May 2018 08:19:06 +0200 Subject: [PATCH] Updated Version.cpp. --- 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 010c0ee..cf75e7b 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 = "15b6"; +std::string retrofe_version_build = "15b7"; std::string Version::getString( )