mirror of https://github.com/PCSX2/pcsx2.git
Release version numbers.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5866 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
2080db255a
commit
cf9a8f42df
|
@ -16,9 +16,9 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
static const int PCSX2_VersionHi = 1;
|
static const int PCSX2_VersionHi = 1;
|
||||||
static const int PCSX2_VersionMid = 1;
|
static const int PCSX2_VersionMid = 2;
|
||||||
static const int PCSX2_VersionLo = 0;
|
static const int PCSX2_VersionLo = 0;
|
||||||
static const bool PCSX2_isReleaseVersion = 0;
|
static const bool PCSX2_isReleaseVersion = 1;
|
||||||
|
|
||||||
class SysCoreThread;
|
class SysCoreThread;
|
||||||
class CpuInitializerSet;
|
class CpuInitializerSet;
|
||||||
|
|
Loading…
Reference in New Issue