diff options
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/ipc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/ipc.c b/source3/smbd/ipc.c index 87df699e29..920284fc9f 100644 --- a/source3/smbd/ipc.c +++ b/source3/smbd/ipc.c @@ -60,7 +60,7 @@ extern fstring local_machine; #define QNLEN 12 /* queue name maximum length */ #define MAJOR_VERSION 4 -#define MINOR_VERSION 0 +#define MINOR_VERSION 1 extern int Client; |