From 5655ac99117012b3d5510dd1eaafc529d4fb93a0 Mon Sep 17 00:00:00 2001 From: Pieter Hulshoff Date: Tue, 21 Jan 2020 22:51:13 +0100 Subject: [PATCH] Changed version number to 0.9.20. --- 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 d51b3d7..a4e7ab1 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 = "9"; -std::string retrofe_version_build = "19"; +std::string retrofe_version_build = "20"; std::string Version::getString( )