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