9a14db014dde1bbb4e85162ad54083b4d54de494
[sbcl.git] / version.lisp-expr
1 ;;; This is the master value for LISP-IMPLEMENTATION-VERSION. It's
2 ;;; separated into its own file here so that it's easy for
3 ;;; text-munging make-ish or cvs-ish scripts to find and tweak it. For
4 ;;; the convenience of such scripts, only a simple subset of Lisp
5 ;;; reader syntax should be used here: semicolon-delimited comments,
6 ;;; possible blank lines or other whitespace, and a single
7 ;;; double-quoted string value alone on its own line.
8 ;;;
9 ;;; ANSI says LISP-IMPLEMENTATION-VERSION can be NIL "if no
10 ;;; appropriate and relevant result can be produced", but as long as
11 ;;; we control the build, we can always assign an appropriate and
12 ;;; relevant result, so this must be a string, not NIL.
13 ;;;
14 ;;; Conventionally a string like "0.6.6", with three numeric fields,
15 ;;; is used for released versions, and a string like "0.6.5.12", with
16 ;;; four numeric fields, is used for CVS checkins which aren't
17 ;;; released. (And occasionally for internal versions, especially for
18 ;;; internal versions off the main CVS branch, it gets hairier, e.g.
19 ;;; "0.pre7.14.flaky4.13".)
20
21 "0.7.8.28"