BSD 4_3 development
[unix-history] / usr / lib / lisp / version.l
CommitLineData
5ffa1c4c
C
1;; version.l
2;; -[ Wed May 22 09:30:58 PDT 1985 by sklower]-
3;;
4;; This file is edited after every modification is made to the
5;; lisp system.
6;; Variables defined:
7;; this-lisp-version-built: a symbols whose pname is the date when
8;; the lisp system was build. People who care about such things
9;; can have their .lisprc file print it out at startup
10;; franz-minor-version-number. This is printed after the opus number
11;; upon startup. It is incremented after each fix or feature addition
12;;
13
14(setq this-lisp-version-built (status ctime)
15 franz-minor-version-number ".92")