mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
8978e463ec
commit
77a40e3c6e
|
@ -26,7 +26,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#define PLUGIN_VERSION 15
|
||||
#define PLUGIN_VERSION 16
|
||||
|
||||
#define MAX_PAGES 512
|
||||
#define MAX_BLOCKS 16384
|
||||
|
|
|
@ -51,7 +51,7 @@ using std::wstring;
|
|||
namespace VersionInfo
|
||||
{
|
||||
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
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in New Issue