See doc/PACKAGING-SBCL.txt.
--- /dev/null
+Packaging SBCL
+==============
+
+If you package SBCL for a distribution, please edit version.lisp-expr,
+and append ".packaging-target-or-patch[.version]".
+
+Examples:
+
+ "1.0.7.gentoo"
+ "1.0.7.mikes-rpms.2"
+
+This will make the startup banner, --version, and
+(lisp-implementation-version) all identify the packaged version
+correctly.
+
+We ask you to do this because users report bugs that are intimately
+tied up with configuration issues at regular intervals, and much
+confusion can result from mistaking a packaged SBCL for the upstream
+one.
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.7.19"
+"1.0.7.20"