From 3216565bbd679257e9f7b3b9408fbdb5d99f83cc Mon Sep 17 00:00:00 2001 From: Pieter Hulshoff Date: Wed, 19 Oct 2016 08:46:38 +0200 Subject: [PATCH] Updated version. --- 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 da7ab3f..e52af8b 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 = "18"; +std::string retrofe_version_build = "19"; std::string Version::getString()