diff --git a/plugins/spu2-x/src/Spu2.h b/plugins/spu2-x/src/Spu2.h index 98fa15a3e1..e8013e038a 100644 --- a/plugins/spu2-x/src/Spu2.h +++ b/plugins/spu2-x/src/Spu2.h @@ -32,7 +32,7 @@ namespace VersionInfo { static const u8 PluginApi = PS2E_SPU2_VERSION; 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