X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=version.lisp-expr;h=b256280f88c56ebd8ba86a872c68ed9f8f3feae8;hb=b33fd6859bbe71667bf9d8a6dbcaf62464bfbee5;hp=7205a7a09179d5aad5fdab9a3d8cd17c70316b2e;hpb=8fc5fda05f92d69c95b47e4ad7561d91dab18c3e;p=sbcl.git diff --git a/version.lisp-expr b/version.lisp-expr index 7205a7a..3545520 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -11,8 +11,9 @@ ;;; we control the build, we can always assign an appropriate and ;;; relevant result, so this must be a string, not NIL. ;;; -;;; Conventionally a string a la "0.6.6" is used for released -;;; versions, and a string a la "0.6.5.12" is used for versions which -;;; aren't released but correspond only to CVS tags or snapshots. +;;; Conventionally a string like "0.6.6", with three numeric fields, +;;; is used for released versions, and a string like "0.6.5.12", with +;;; four numeric fields, is used for versions which aren't released +;;; but correspond only to CVS tags or snapshots. -"0.6.7.4" +"0.6.12.37"