diff options
author | John Terpstra <jht@samba.org> | 1997-05-11 12:21:44 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 1997-05-11 12:21:44 +0000 |
commit | ad30487281463b3afaf7382d3290202b58bd7df4 (patch) | |
tree | 1514f2fd1046ece568dc41a703eb0950c3b80621 | |
parent | 441855fe0e6b37201d2ef6a8375de4bcc76b9752 (diff) | |
download | samba-ad30487281463b3afaf7382d3290202b58bd7df4.tar.gz samba-ad30487281463b3afaf7382d3290202b58bd7df4.tar.bz2 samba-ad30487281463b3afaf7382d3290202b58bd7df4.zip |
Updated Samba minor version so it announces itself as NT Server version
4.20. This indicates that the browsing code has been updated (changed).
(This used to be commit 7d106024f172c8e6ffd3f355aceb0d867d74b3f8)
-rw-r--r-- | source3/include/smb.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index a6be0f16d5..7cd2f5b0fe 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -798,11 +798,14 @@ char *Strstr(char *s, char *p); #define SV_TYPE_DOMAIN_ENUM 0x80000000 #define SV_TYPE_ALL 0xFFFFFFFF -/* what server type are we currently - JHT Says we ARE 4.10 */ -/* this was set by JHT in liaison with Andrew Tridgell early 1996 */ -/* setting to 4.10 at same time as announcing ourselves as NT Server */ +/* What server type are we currently - JHT Says we ARE 4.20 */ +/* History: */ +/* Version 4.0 - never made public */ +/* Version 4.10 - New to 1.9.16p2, lost in space 1.9.16p3 to 1.9.16p9 */ +/* - Reappeared in 1.9.16p11 with fixed smbd services */ +/* Version 4.20 - To indicate that nmbd and browsing now works better */ #define MAJOR_VERSION 0x04 -#define MINOR_VERSION 0x01 +#define MINOR_VERSION 0x02 /* Browser Election Values */ #define BROWSER_ELECTION_VERSION 0x010f |