Skip to content

Commit 86f7476

Browse files
committed
Updated version string
1 parent d702f59 commit 86f7476

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Core/Common/Version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace Common
1919
#endif
2020

2121
const std::string primehack_ver = "1.0.3";
22-
const std::string scm_rev_str = "PrimeHack Pre-Release [v"+primehack_ver+"]";
22+
const std::string scm_rev_str = "PrimeHack Release [v"+primehack_ver+"]";
2323

2424
const std::string scm_rev_git_str = SCM_REV_STR;
2525
const std::string scm_desc_str = SCM_DESC_STR;

0 commit comments

Comments
 (0)