mirror of https://github.com/neutrinolabs/xrdp
update the module version
This commit is contained in:
parent
c3f7f6bd84
commit
eb56683df0
|
@ -58,7 +58,7 @@ struct pointer_item
|
|||
int bpp;
|
||||
};
|
||||
|
||||
#define CURRENT_MOD_VER 3
|
||||
#define CURRENT_MOD_VER 4
|
||||
|
||||
struct mod
|
||||
{
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include "os_calls.h"
|
||||
#include "defines.h"
|
||||
|
||||
#define CURRENT_MOD_VER 3
|
||||
#define CURRENT_MOD_VER 4
|
||||
|
||||
struct vnc
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue