From 73b46c4b7dfe484e46d3fd928b41c19f9db38b22 Mon Sep 17 00:00:00 2001 From: ramapcsx2 Date: Mon, 27 Jun 2011 22:54:25 +0000 Subject: [PATCH] SPU2-X: Version bump. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4779 96395faa-99c1-11dd-bbfe-3dabce05a288 --- plugins/spu2-x/src/Global.h | 4 ++-- plugins/spu2-x/src/Windows/Spu2-X.rc | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/spu2-x/src/Global.h b/plugins/spu2-x/src/Global.h index 0d7721337e..09e002e164 100644 --- a/plugins/spu2-x/src/Global.h +++ b/plugins/spu2-x/src/Global.h @@ -47,8 +47,8 @@ namespace soundtouch namespace VersionInfo { - static const u8 Release = 1; - static const u8 Revision = 5; // increase that with each version + static const u8 Release = 2; + static const u8 Revision = 0; // increase that with each version } ////////////////////////////////////////////////////////////////////////// diff --git a/plugins/spu2-x/src/Windows/Spu2-X.rc b/plugins/spu2-x/src/Windows/Spu2-X.rc index 9c70974416..286434655e 100644 --- a/plugins/spu2-x/src/Windows/Spu2-X.rc +++ b/plugins/spu2-x/src/Windows/Spu2-X.rc @@ -278,8 +278,8 @@ IDB_SPU2X_SMALL BITMAP "..\\..\\spu2-x-sm.bmp" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,5,0,SVN_REV - PRODUCTVERSION 1,5,0,SVN_REV + FILEVERSION 2,0,0,SVN_REV + PRODUCTVERSION 2,0,0,SVN_REV FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -297,12 +297,12 @@ BEGIN VALUE "Comments", "SPU2 Plugin for PS2 Emulators" VALUE "CompanyName", "PCSX2 Dev Team" VALUE "FileDescription", "SPU2-X Plugin (svn build)" - VALUE "FileVersion", "1.5.SVN" + VALUE "FileVersion", "2.0.SVN" VALUE "InternalName", "SPU2-X" VALUE "LegalCopyright", "Copyright (C) 2011" - VALUE "OriginalFilename", "SPU2-X-1.5.dll" + VALUE "OriginalFilename", "SPU2-X-2.0.dll" VALUE "ProductName", "SPU2-X" - VALUE "ProductVersion", "1.5.SVN" + VALUE "ProductVersion", "2.0.SVN" END END BLOCK "VarFileInfo"