1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

Updated Major/Minor version to 4.50 - see notes.

(This used to be commit bdb68cf37e)
This commit is contained in:
John Terpstra 2001-04-13 02:51:58 +00:00
parent 50e78a9ac8
commit 90adf620ee

View File

@ -1289,17 +1289,21 @@ char *strdup(char *s);
#define SV_TYPE_DOMAIN_ENUM 0x80000000 #define SV_TYPE_DOMAIN_ENUM 0x80000000
#define SV_TYPE_ALL 0xFFFFFFFF #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
/* this was set by JHT in liaison with Jeremy Allison early 1997 */ * History:
/* setting to 4.20 at same time as announcing ourselves as NT Server */ * Version 4.0 - never made public
/* History: */ * Version 4.10 - New to 1.9.16p2, lost in space 1.9.16p3 to 1.9.16p9
/* Version 4.0 - never made public */ * - Reappeared in 1.9.16p11 with fixed smbd services
/* Version 4.10 - New to 1.9.16p2, lost in space 1.9.16p3 to 1.9.16p9 */ * Version 4.20 - To indicate that nmbd and browsing now works better
/* - Reappeared in 1.9.16p11 with fixed smbd services */ * Version 4.50 - Set at release of samba-2.2.0 by JHT
/* Version 4.20 - To indicate that nmbd and browsing now works better */ *
* 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_MAJOR_VERSION 0x04
#define DEFAULT_MINOR_VERSION 0x02 #define DEFAULT_MINOR_VERSION 0x05
/* Browser Election Values */ /* Browser Election Values */
#define BROWSER_ELECTION_VERSION 0x010f #define BROWSER_ELECTION_VERSION 0x010f