diff options
author | Samba Release Account <samba-bugs@samba.org> | 1996-08-21 08:11:03 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 1996-08-21 08:11:03 +0000 |
commit | da0761ac0dfd8eab9d889abcf37ace79aae04ebd (patch) | |
tree | 6753c719a282b4101a5ee799563804202366a736 /source3/smbd/ipc.c | |
parent | dd7aec877a217f6953715423bbeaa56a36feab48 (diff) | |
download | samba-da0761ac0dfd8eab9d889abcf37ace79aae04ebd.tar.gz samba-da0761ac0dfd8eab9d889abcf37ace79aae04ebd.tar.bz2 samba-da0761ac0dfd8eab9d889abcf37ace79aae04ebd.zip |
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)
Diffstat (limited to 'source3/smbd/ipc.c')
-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; |