mirror of
https://github.com/Retropex/dolphin.git
synced 2025-05-28 13:02:37 +02:00
version string
This commit is contained in:
parent
189ee86f35
commit
03117e2947
@ -19,7 +19,7 @@ namespace Common
|
|||||||
|
|
||||||
const std::string& GetScmRevStr()
|
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;
|
return scm_rev_str;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user