Release 1.0.6

This commit is contained in:
SirMangler 2022-05-27 04:39:02 +01:00
parent 5f9a37566a
commit 65359e10a9
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 MiB

After

Width:  |  Height:  |  Size: 196 KiB

View file

@ -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;
}