Increase version of SPU2-X and GSdx, as enough changes have accumulated.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2693 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
ramapcsx2 2010-03-11 06:46:19 +00:00
parent 8978e463ec
commit 77a40e3c6e
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
#pragma once #pragma once
#define PLUGIN_VERSION 15 #define PLUGIN_VERSION 16
#define MAX_PAGES 512 #define MAX_PAGES 512
#define MAX_BLOCKS 16384 #define MAX_BLOCKS 16384

View File

@ -51,7 +51,7 @@ using std::wstring;
namespace VersionInfo namespace VersionInfo
{ {
static const u8 Release = 1; static const u8 Release = 1;
static const u8 Revision = 3; // increase that with each version static const u8 Revision = 4; // increase that with each version
} }
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////