From 3aa93a627a9f741e6a6ae0d90a8402708012063d Mon Sep 17 00:00:00 2001 From: Pieter Hulshoff Date: Tue, 29 May 2018 22:19:05 +0200 Subject: [PATCH] Updated version to 0.8.16. --- 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 e650aab..af0e633 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 = "8"; -std::string retrofe_version_build = "15b10"; +std::string retrofe_version_build = "16"; std::string Version::getString( )