From 9c099a8997fea09f1aa4236cd6d5c9d0ecde248b Mon Sep 17 00:00:00 2001 From: Pieter Hulshoff Date: Wed, 5 Jul 2017 09:29:41 +0200 Subject: [PATCH] Updated version number to 0.8.12. --- 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 7f9374e..54e3263 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 = "11"; +std::string retrofe_version_build = "12"; std::string Version::getString( )