From: CSRG Date: Wed, 22 May 1985 02:31:24 +0000 (-0800) Subject: BSD 4_4 development X-Git-Tag: BSD-4_4~3814 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/bd81172887a594fd56ca62421319cce62269c752 BSD 4_4 development Work on file usr/src/old/lisp/lisplib/version.l Synthesized-from: CSRG/cd3/4.4 --- diff --git a/usr/src/old/lisp/lisplib/version.l b/usr/src/old/lisp/lisplib/version.l new file mode 100644 index 0000000000..7eda887f5c --- /dev/null +++ b/usr/src/old/lisp/lisplib/version.l @@ -0,0 +1,15 @@ +;; version.l +;; -[ Wed May 22 09:30:58 PDT 1985 by sklower]- +;; +;; This file is edited after every modification is made to the +;; lisp system. +;; Variables defined: +;; this-lisp-version-built: a symbols whose pname is the date when +;; the lisp system was build. People who care about such things +;; can have their .lisprc file print it out at startup +;; franz-minor-version-number. This is printed after the opus number +;; upon startup. It is incremented after each fix or feature addition +;; + +(setq this-lisp-version-built (status ctime) + franz-minor-version-number ".92")