BSD 4_2 development
[unix-history] / usr / lib / lisp / version.l
CommitLineData
a6ce3ea4
C
1;; version.l
2;; -[Fri Jul 8 17:46:36 1983 by layer]-
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 ".69")