FireWire: Probably should increase the version number too

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4448 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
refraction 2011-03-17 18:42:16 +00:00
parent 269f030778
commit eb1b8e4d2e
1 changed files with 1 additions and 1 deletions
plugins/FWnull

View File

@ -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";