INT 2F - NETWORK - LANtastic, NetWare Lite - GET VERSION                        
	AX = B809h
Return: AH = major version
	AL = minor version (decimal)
Notes:	this function is supported in this form by LANtastic, NetWare Lite,
	  SilverNET, ...
	NetWare Lite returns its own version number rather than a PCIBM PC LAN
	  compatibility version
SeeAlso: AX=4E53h,AX=B800h,AX=B809h"PCIBM PC LAN Program"
                                                                                

INT 2F - NETWORK - PCIBM PC LAN Program, Microsoft Networking - GET VERSION
	AX = B809h
Return: AH = minor version (decimal)
	AL = major version
Notes:	this function is supported in this form by PCIBM PC LAN Program, LAN Manager,
	  the DOS LAN Requester, 10NET v5.0, and Microsoft Networking under
	  WfWg 3.11
	10NET returns version 1.10 (AX=0A01h) for compatibility
SeeAlso: AX=4E53h,AX=B800h,AX=B809h"LANtastic"