From 0a9d26d00b1397672a1632795d0c5b8772d63c35 Mon Sep 17 00:00:00 2001 From: Pieter Hulshoff Date: Sat, 23 May 2020 22:03:15 +0200 Subject: [PATCH] Set version to 0.10.0 for release. --- RetroFE/Source/Version.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RetroFE/Source/Version.cpp b/RetroFE/Source/Version.cpp index 39948e8..8a0a6b3 100644 --- a/RetroFE/Source/Version.cpp +++ b/RetroFE/Source/Version.cpp @@ -20,8 +20,8 @@ std::string retrofe_version_major = "0"; -std::string retrofe_version_minor = "9"; -std::string retrofe_version_build = "41"; +std::string retrofe_version_minor = "10"; +std::string retrofe_version_build = "0"; std::string Version::getString( )