mirror of https://github.com/PCSX2/pcsx2.git
Bump version number
It's still time to switch to the new stable release before massive breakage ;)
This commit is contained in:
parent
3451f7e760
commit
58ba6789cc
|
@ -16,8 +16,8 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
static const int PCSX2_VersionHi = 1;
|
static const int PCSX2_VersionHi = 1;
|
||||||
static const int PCSX2_VersionMid = 3;
|
static const int PCSX2_VersionMid = 5;
|
||||||
static const int PCSX2_VersionLo = 1;
|
static const int PCSX2_VersionLo = 0;
|
||||||
static const bool PCSX2_isReleaseVersion = 0;
|
static const bool PCSX2_isReleaseVersion = 0;
|
||||||
|
|
||||||
class SysCoreThread;
|
class SysCoreThread;
|
||||||
|
|
Loading…
Reference in New Issue