diff --git a/plugins/GSdx/GS.h b/plugins/GSdx/GS.h index 134c1c5601..44472a4c6f 100644 --- a/plugins/GSdx/GS.h +++ b/plugins/GSdx/GS.h @@ -26,7 +26,7 @@ #pragma once -#define PLUGIN_VERSION 15 +#define PLUGIN_VERSION 16 #define MAX_PAGES 512 #define MAX_BLOCKS 16384 diff --git a/plugins/spu2-x/src/Global.h b/plugins/spu2-x/src/Global.h index f8f6b5cd37..48c6aedb8f 100644 --- a/plugins/spu2-x/src/Global.h +++ b/plugins/spu2-x/src/Global.h @@ -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 } //////////////////////////////////////////////////////////////////////////