BSD 4_4 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Wed, 22 May 1985 02:31:24 +0000 (18:31 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Wed, 22 May 1985 02:31:24 +0000 (18:31 -0800)
Work on file usr/src/old/lisp/lisplib/version.l

Synthesized-from: CSRG/cd3/4.4

usr/src/old/lisp/lisplib/version.l [new file with mode: 0644]

diff --git a/usr/src/old/lisp/lisplib/version.l b/usr/src/old/lisp/lisplib/version.l
new file mode 100644 (file)
index 0000000..7eda887
--- /dev/null
@@ -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")