From 1a9d6ac8741769f2bd3d8655bf2a97c24a363c7d Mon Sep 17 00:00:00 2001 From: Pieter Hulshoff Date: Sun, 23 Apr 2017 08:48:20 +0200 Subject: [PATCH] Set version to 0.8.1. --- 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 446d72f..154dc3c 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 = "0"; +std::string retrofe_version_build = "1"; std::string Version::getString()