From 341fdf7eb14763fd06e2eab9a4b2b8f1adf9fdbd Mon Sep 17 00:00:00 2001 From: Ani Date: Tue, 31 Dec 2019 22:51:35 +0000 Subject: [PATCH] rpcs3_version: Bump to 0.0.8 --- rpcs3/rpcs3_version.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/rpcs3_version.cpp b/rpcs3/rpcs3_version.cpp index bb746ffca6..d5dd1c7d00 100644 --- a/rpcs3/rpcs3_version.cpp +++ b/rpcs3/rpcs3_version.cpp @@ -21,5 +21,5 @@ namespace rpcs3 // 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 }; + const extern utils::version version{ 0, 0, 8, utils::version_type::alpha, 1, RPCS3_GIT_VERSION }; }