.TITLE VERSION - VERSION NUMBER OF RSXNET .IDENT /3.9/ .ENABL LC ;+ ; ; Free software BY ; Project Software & Development, Inc. ; ; This software is furnished for free and may be used and copied as ; desired. This software or any other copies thereof may be provided ; or otherwise made available to any other person. No title to and ; ownership of the software is hereby transferred or allowed. ; ; The information in this software is subject to change without notice ; and should not be construed as a commitment by PROJECT SOFTWARE ; AND DEVELOPMENT, INC. ; ; PROJECT SOFTWARE assumes no responsibility for the use or reliability ; of this software on any equipment whatsoever. ; ; Project Software & Development, Inc. ; 14 Story St. ; Cambridge, Ma. 02138 ; 617-661-1444 ; ; ; Title: VERSION ; Author: Robin Miller ; Date: May 5, 1982 ; ; Description: ; ; This module contains the header message put out when RSXNET starts. ; The version number is contained within the header message and should be ; updated whenever any module(s) are changed. ; ; Modification History: ; ;- ; Local Equates. LF = 10. ; LINE FEED CR = 13. ; CARRIAGE RETURN .NLIST BEX ; The header message. HDNG:: .ASCII .ASCII %RSXNET - Version 3.9, 24-Nov-82 -- Asynchronous Communications Program% .ASCIZ .EVEN .END