From eb56683df0cffcbd16d64d532f207af9811a7136 Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Tue, 9 Apr 2019 23:55:02 -0700 Subject: [PATCH] update the module version --- neutrinordp/xrdp-neutrinordp.h | 2 +- vnc/vnc.h | 2 +- xup/xup.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/neutrinordp/xrdp-neutrinordp.h b/neutrinordp/xrdp-neutrinordp.h index 36b8b208..b68eb43a 100644 --- a/neutrinordp/xrdp-neutrinordp.h +++ b/neutrinordp/xrdp-neutrinordp.h @@ -58,7 +58,7 @@ struct pointer_item int bpp; }; -#define CURRENT_MOD_VER 3 +#define CURRENT_MOD_VER 4 struct mod { diff --git a/vnc/vnc.h b/vnc/vnc.h index 1a8b538d..5aa83472 100644 --- a/vnc/vnc.h +++ b/vnc/vnc.h @@ -24,7 +24,7 @@ #include "os_calls.h" #include "defines.h" -#define CURRENT_MOD_VER 3 +#define CURRENT_MOD_VER 4 struct vnc { diff --git a/xup/xup.h b/xup/xup.h index 2a355769..ddd24e36 100644 --- a/xup/xup.h +++ b/xup/xup.h @@ -26,7 +26,7 @@ #include "xrdp_client_info.h" #include "xrdp_rail.h" -#define CURRENT_MOD_VER 3 +#define CURRENT_MOD_VER 4 struct mod {