mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00:00
Unify versioning
Use the same version value across all scripts instead of program side version and repository side version separatedly
This commit is contained in:
parent
6a0ce010eb
commit
f8153fca58
4 changed files with 9 additions and 21 deletions
|
|
@ -9,6 +9,7 @@ namespace rpcs3
|
|||
return RPCS3_GIT_BRANCH;
|
||||
}
|
||||
|
||||
//TODO: Make this accessible from cmake and keep in sync with MACOSX_BUNDLE_BUNDLE_VERSION.
|
||||
// TODO: Make this accessible from cmake and keep in sync with MACOSX_BUNDLE_BUNDLE_VERSION.
|
||||
// Currently accessible by Windows and Linux build scripts, see implementations when doing MACOSX
|
||||
const extern utils::version version{ 0, 0, 7, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue