diff --git a/Data/dolphin-emu.png b/Data/dolphin-emu.png index 5597cfbe20..84ebd6d22f 100644 Binary files a/Data/dolphin-emu.png and b/Data/dolphin-emu.png differ diff --git a/Source/Core/Common/Version.cpp b/Source/Core/Common/Version.cpp index 7c4fc35079..3fb9ef0946 100644 --- a/Source/Core/Common/Version.cpp +++ b/Source/Core/Common/Version.cpp @@ -19,7 +19,7 @@ namespace Common const std::string& GetScmRevStr() { - static const std::string scm_rev_str = "PrimeHack Pre-Release [v1.0.6]"; + static const std::string scm_rev_str = "PrimeHack Release [v1.0.6]"; return scm_rev_str; }