0.6.10.11:
[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 trivial 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" is used for released
15 ;;; versions, and a string like "0.6.5.12" is used for versions which
16 ;;; aren't released but correspond only to CVS tags or snapshots.
17
18 "0.6.10.11"