1.0.14.28: small FGEN improvements
[sbcl/jsnell.git] / doc / PACKAGING-SBCL.txt
blob33abe8341ff66eda196bca3227f7836fa128eb8e
1 Packaging SBCL
2 ==============
4 If you package SBCL for a distribution, please edit version.lisp-expr,
5 and append ".packaging-target-or-patch[.version]".
7 Examples:
9  "1.0.7.gentoo"
10  "1.0.7.mikes-rpms.2"
12 This will make the startup banner, --version, and
13 (lisp-implementation-version) all identify the packaged version
14 correctly.
16 We ask you to do this because users report bugs that are intimately
17 tied up with configuration issues at regular intervals, and much
18 confusion can result from mistaking a packaged SBCL for the upstream
19 one.