mirror of https://github.com/PCSX2/pcsx2.git
SPU2-X: Just the version update
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1517 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
f2ae2afe45
commit
fadea3d7bb
|
@ -32,7 +32,7 @@ namespace VersionInfo
|
||||||
{
|
{
|
||||||
static const u8 PluginApi = PS2E_SPU2_VERSION;
|
static const u8 PluginApi = PS2E_SPU2_VERSION;
|
||||||
static const u8 Release = 1;
|
static const u8 Release = 1;
|
||||||
static const u8 Revision = 1; // increase that with each version
|
static const u8 Revision = 2; // increase that with each version
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
|
|
Loading…
Reference in New Issue