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:
ramapcsx2 2009-07-15 14:07:42 +00:00
parent f2ae2afe45
commit fadea3d7bb
1 changed files with 1 additions and 1 deletions

View File

@ -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