mirror of https://github.com/PCSX2/pcsx2.git
Regular version numbering for SVN again. We're at 1.3 now :)
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5870 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
5d51fa357f
commit
1fb3d7dd17
|
@ -16,9 +16,9 @@
|
|||
#pragma once
|
||||
|
||||
static const int PCSX2_VersionHi = 1;
|
||||
static const int PCSX2_VersionMid = 2;
|
||||
static const int PCSX2_VersionMid = 3;
|
||||
static const int PCSX2_VersionLo = 0;
|
||||
static const bool PCSX2_isReleaseVersion = 1;
|
||||
static const bool PCSX2_isReleaseVersion = 0;
|
||||
|
||||
class SysCoreThread;
|
||||
class CpuInitializerSet;
|
||||
|
|
Loading…
Reference in New Issue