1.0.46.28: fix mach port leakage on x86 too
[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 ;;; Local additions to the version number can be effected via
10 ;;; branch-version.lisp-expr, which is not stored in the CVS.
11 ;;;
12 ;;; ANSI says LISP-IMPLEMENTATION-VERSION can be NIL "if no
13 ;;; appropriate and relevant result can be produced", but as long as
14 ;;; we control the build, we can always assign an appropriate and
15 ;;; relevant result, so this must be a string, not NIL.
16 ;;;
17 ;;; Conventionally a string like "0.6.6", with three numeric fields,
18 ;;; is used for released versions, and a string like "0.6.5.xyzzy",
19 ;;; with something arbitrary in the fourth field, is used for CVS
20 ;;; checkins which aren't released. (And occasionally for internal
21 ;;; versions, especially for internal versions off the main CVS
22 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
23 "1.0.46.28"