JHT ==> Upgraded Samba to Windows NT Server version 4.1
authorSamba Release Account <samba-bugs@samba.org>
Wed, 21 Aug 1996 08:11:03 +0000 (08:11 +0000)
committerSamba Release Account <samba-bugs@samba.org>
Wed, 21 Aug 1996 08:11:03 +0000 (08:11 +0000)
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

index 87df699e29819b527b33ee8a118af84893207685..920284fc9f964cf5ba7ca74024e488d9d4837088 100644 (file)
@@ -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;