From fadea3d7bb5e14a3224e53c725e4510c999f9b1c Mon Sep 17 00:00:00 2001 From: ramapcsx2 Date: Wed, 15 Jul 2009 14:07:42 +0000 Subject: [PATCH] SPU2-X: Just the version update git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1517 96395faa-99c1-11dd-bbfe-3dabce05a288 --- plugins/spu2-x/src/Spu2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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