mirror of
https://github.com/Retropex/dolphin.git
synced 2025-05-12 19:30:44 +02:00
version string
This commit is contained in:
parent
189ee86f35
commit
03117e2947
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user