From c01891d7b241b9d072353a9589d198dc438d6452 Mon Sep 17 00:00:00 2001 From: Pieter Hulshoff Date: Sun, 23 Apr 2017 22:29:33 +0200 Subject: [PATCH] Changed version to 0.8.3. --- 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 2862dc1..48efd1b 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 = "2"; +std::string retrofe_version_build = "3"; std::string Version::getString()