From 465be1846b607d5016f49309e7b986ccddafaa29 Mon Sep 17 00:00:00 2001 From: Pieter Hulshoff Date: Wed, 17 May 2017 21:48:45 +0200 Subject: [PATCH] Updated version to 0.8.5. --- 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 62de542..55cfac8 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 = "8"; -std::string retrofe_version_build = "4"; +std::string retrofe_version_build = "5"; std::string Version::getString()