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:
Ani 2019-09-17 21:17:20 +01:00
parent 6a0ce010eb
commit f8153fca58
4 changed files with 9 additions and 21 deletions

View file

@ -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 };
}