rpcs3_version: Bump to 0.0.7

This commit is contained in:
Ani 2019-08-30 03:04:38 +01:00
parent 801adb0947
commit c4d99f93db
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@ namespace rpcs3
}
//TODO: Make this accessible from cmake and keep in sync with MACOSX_BUNDLE_BUNDLE_VERSION.
const extern utils::version version{ 0, 0, 6, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
const extern utils::version version{ 0, 0, 7, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
}