From da0761ac0dfd8eab9d889abcf37ace79aae04ebd Mon Sep 17 00:00:00 2001 From: Samba Release Account Date: Wed, 21 Aug 1996 08:11:03 +0000 Subject: JHT ==> Upgraded Samba to Windows NT Server version 4.1 Just to keep ahead of the pack. Note: Really only done to differntiate our version ID from existing SMB Servers. (This used to be commit 6636c7b5b8e8a4ccf7f39450011ed864049a7cd1) --- source3/smbd/ipc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit