From eb1b8e4d2e2b54d22c931f6b279c42cd67c5c24d Mon Sep 17 00:00:00 2001 From: refraction Date: Thu, 17 Mar 2011 18:42:16 +0000 Subject: [PATCH] FireWire: Probably should increase the version number too git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4448 96395faa-99c1-11dd-bbfe-3dabce05a288 --- plugins/FWnull/FW.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/FWnull/FW.cpp b/plugins/FWnull/FW.cpp index 30b532c982..1d96d063d0 100644 --- a/plugins/FWnull/FW.cpp +++ b/plugins/FWnull/FW.cpp @@ -24,7 +24,7 @@ using namespace std; const u8 version = PS2E_FW_VERSION; const u8 revision = 0; -const u8 build = 6; // increase that with each version +const u8 build = 7; // increase that with each version static char *libraryName = "FWnull Driver";