mirror of https://github.com/PCSX2/pcsx2.git
tag v1.3.1: superficial - align the version for buildbot, pcsx2 and git
We should have tagged v1.3.0 at 1fb3d7dd17
but we didn't, and tagging v1.3.0 now (HEAD or retroactively) would only create
confusion.
Instead we're setting a new baseline version of 1.3.1 which will be displayed
at the buildbot lists, at pcsx2, and at the git tag.
This doesn't indicate any change to pcsx2 other than aligning the version
numbers of the various places which use it.
This commit is contained in:
parent
2da3e15aaa
commit
267ff7d196
|
@ -17,7 +17,7 @@
|
|||
|
||||
static const int PCSX2_VersionHi = 1;
|
||||
static const int PCSX2_VersionMid = 3;
|
||||
static const int PCSX2_VersionLo = 0;
|
||||
static const int PCSX2_VersionLo = 1;
|
||||
static const bool PCSX2_isReleaseVersion = 0;
|
||||
|
||||
class SysCoreThread;
|
||||
|
|
Loading…
Reference in New Issue