From a5f1fa0412935b5f74ae885f34b449ea1e271218 Mon Sep 17 00:00:00 2001 From: Eric Swenson Date: Fri, 16 Nov 2018 22:13:56 -0800 Subject: [PATCH] Removes incorrect version number from HERALD expression in LSPSRC;VECTOR 75. The current value doesn't match FN2, as I forgot to update it the last time I updated this file. Removing the explicit version number will cause HERALD to display the FN2 as the version number. Resolves #1318. --- src/lspsrc/vector.75 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lspsrc/vector.75 b/src/lspsrc/vector.75 index 2dd684a7..79730c03 100755 --- a/src/lspsrc/vector.75 +++ b/src/lspsrc/vector.75 @@ -5,7 +5,7 @@ ;;; ******** (c) Copyright 1982 Massachusetts Institute of Technology ******** ;;; ************************************************************************** -(herald VECTOR /74) +(herald VECTOR) ;; This file cannot be run interpretively, due to the dependence upon ;; the SOURCE-TRANS being expanded while compiling -- if you *must*