From 58ba6789cc7a0556e53bfdad5b0bdbb7124a3405 Mon Sep 17 00:00:00 2001 From: Gregory Hainaut Date: Fri, 8 Jan 2016 19:04:49 +0100 Subject: [PATCH] Bump version number It's still time to switch to the new stable release before massive breakage ;) --- pcsx2/SysForwardDefs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pcsx2/SysForwardDefs.h b/pcsx2/SysForwardDefs.h index dc2029b650..f2fb7c0f5c 100644 --- a/pcsx2/SysForwardDefs.h +++ b/pcsx2/SysForwardDefs.h @@ -16,8 +16,8 @@ #pragma once static const int PCSX2_VersionHi = 1; -static const int PCSX2_VersionMid = 3; -static const int PCSX2_VersionLo = 1; +static const int PCSX2_VersionMid = 5; +static const int PCSX2_VersionLo = 0; static const bool PCSX2_isReleaseVersion = 0; class SysCoreThread;