diff options
author | John Terpstra <jht@samba.org> | 2001-04-13 02:51:58 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2001-04-13 02:51:58 +0000 |
commit | 90adf620ee48b407854714d3528f50366c26be5a (patch) | |
tree | 8fa5faa29f2f66d6d79bf050dd1cfe4a5497060e /source3/include/smb.h | |
parent | 50e78a9ac8cf0949c2471fafde844c674f97d73d (diff) | |
download | samba-90adf620ee48b407854714d3528f50366c26be5a.tar.gz samba-90adf620ee48b407854714d3528f50366c26be5a.tar.xz samba-90adf620ee48b407854714d3528f50366c26be5a.zip |
Updated Major/Minor version to 4.50 - see notes.
(This used to be commit bdb68cf37e9b512e9f72f1cf20b7ca265888319e)
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r-- | source3/include/smb.h | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index e154c1eda2..eae19921f8 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1289,17 +1289,21 @@ char *strdup(char *s); #define SV_TYPE_DOMAIN_ENUM 0x80000000 #define SV_TYPE_ALL 0xFFFFFFFF -/* what server type are we currently - JHT Says we ARE 4.20 */ -/* this was set by JHT in liaison with Jeremy Allison early 1997 */ -/* setting to 4.20 at same time as announcing ourselves as NT Server */ -/* 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 */ - +/* This was set by JHT in liaison with Jeremy Allison early 1997 + * 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 + * Version 4.50 - Set at release of samba-2.2.0 by JHT + * + * Note: In the presence of NT4.X do not set above 4.9 + * Setting this above 4.9 can have undesired side-effects. + * This may change again in Samba-3.0 after further testing. JHT + */ + #define DEFAULT_MAJOR_VERSION 0x04 -#define DEFAULT_MINOR_VERSION 0x02 +#define DEFAULT_MINOR_VERSION 0x05 /* Browser Election Values */ #define BROWSER_ELECTION_VERSION 0x010f |