From 416f2568a0414730886c42c9ab1b74776e6fb496 Mon Sep 17 00:00:00 2001 From: Pieter Hulshoff Date: Fri, 23 Sep 2016 09:53:23 +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 a0269fa..fd03b12 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 = "16"; +std::string retrofe_version_build = "17"; std::string Version::getString()