Skip to content

Commit

Permalink
version string
Browse files Browse the repository at this point in the history
  • Loading branch information
SirMangler committed Dec 28, 2023
1 parent 189ee86 commit 03117e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Common/Version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace Common

const std::string& GetScmRevStr()
{
static const std::string scm_rev_str = "PrimeHack Release [v1.0.7]";
static const std::string scm_rev_str = "PrimeHack Release [v1.0.7a]";
return scm_rev_str;
}

Expand Down

0 comments on commit 03117e2

Please sign in to comment.