	.TITLE	VERSION
;								AZ (new)
;	NSWC Changes:						     V
;
;		13 Feb 87 - Created this subprogram.
;								     ^
;								AZ (new)
	.CONST

;	The purpose of having a subprogram containing only one character
;	string is to facilitate configuration control.  The string is
;	changed by automated delivery procedures immediately before RNO
;	is LINKed.  The string contains the version number of RNO and its
;	creation date and time.

NSWCVER::
	.ASCID	-
		/NSWC RNO Rev 0.006-(Test) Created 'build_date'/

	.END
