update the module version

This commit is contained in:
Jay Sorg 2019-04-09 23:55:02 -07:00
parent c3f7f6bd84
commit eb56683df0
3 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@ struct pointer_item
int bpp; int bpp;
}; };
#define CURRENT_MOD_VER 3 #define CURRENT_MOD_VER 4
struct mod struct mod
{ {

View File

@ -24,7 +24,7 @@
#include "os_calls.h" #include "os_calls.h"
#include "defines.h" #include "defines.h"
#define CURRENT_MOD_VER 3 #define CURRENT_MOD_VER 4
struct vnc struct vnc
{ {

View File

@ -26,7 +26,7 @@
#include "xrdp_client_info.h" #include "xrdp_client_info.h"
#include "xrdp_rail.h" #include "xrdp_rail.h"
#define CURRENT_MOD_VER 3 #define CURRENT_MOD_VER 4
struct mod struct mod
{ {