Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!samsung!think!bbn!bbn.com!cosell From: cosell@bbn.com (Bernie Cosell) Newsgroups: comp.sys.amiga Subject: DNET versions Message-ID: <49861@bbn.COM> Date: 18 Dec 89 16:44:48 GMT Sender: news@bbn.COM Reply-To: cosell@BBN.COM (Bernie Cosell) Organization: BBN Systems and Technologies, Inc, Cambridge MA Lines: 35 How do you figure out what version of DNET you have? Someone posted an inquiry about which of two apparent "update 2"s to DNET is the right one. I have a version that doesn't say anythign about updates, far as I can tell, but I generally distrust keeping that info *only* in the file name. The only thing substantive I have with my version of dnet is the following "version.h" file: #ifdef LATTICE #define VERSION "2.10L" #else #define VERSION "2.10M" #endif #define DNET_VERSION ".11" #define STATDNET_VERSION ".04" #define PUTFILES_VERSION ".03" #define LOADAV_VERSION ".05" #define FTERM_VERSION ".04" #define QUITDNET_VERSION ".01" #define GETFILES_VERSION ".02" #define CLITERM_VERSION ".01" #define SPRINT_VERSION ".01" #define SGCOPY_VERSION ".01" #define SCOPY_VERSION ".03" #define STERM_VERSION ".03" #define SCLI_VERSION ".03" #define SPASSWD_VERSION ".01" #define SNFS_VERSION ".01" Is there enough info there to be able to figure out which version of DNET I *really* have? If not, is there some other algorithmic way to compare DNETs? Thanks. /Bernie\