From 2360fb39b75014c86f7218fd0da43987ab8d4697 Mon Sep 17 00:00:00 2001 From: Pieter Hulshoff Date: Wed, 11 Jan 2017 11:08:01 +0100 Subject: [PATCH] Updated version to 0.7.20b2. --- 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 a7b10a5..002743b 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 = "20b1"; +std::string retrofe_version_build = "20b2"; std::string Version::getString()