mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
269f030778
commit
eb1b8e4d2e
plugins/FWnull
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue