mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
RPCS3 0.0.5: Versioning Changes (Hotfix) (#4208)
* travis hotfix * expose env vars for tag, hash and commit number * bump version * also update av version string * remove hash from av version for master builds * change hash encoding back to ascii
This commit is contained in:
parent
dc55d5be8f
commit
d78b0467d8
3 changed files with 15 additions and 16 deletions
|
@ -9,5 +9,5 @@ namespace rpcs3
|
|||
return RPCS3_GIT_BRANCH;
|
||||
}
|
||||
|
||||
const extern utils::version version{ 0, 0, 4, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
|
||||
const extern utils::version version{ 0, 0, 5, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue