From: Alastair Bridgewater Date: Fri, 3 Sep 2010 05:47:27 +0000 (+0000) Subject: 1.0.42.27: cleanup: My last commit was supposed to be .27 X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=23be01e09b12dbbc0baf3e58e6ed9d904f50176a;p=sbcl.git 1.0.42.27: cleanup: My last commit was supposed to be .27 * My export shell script had a bug, introduced during refactoring, causing it to read the wrong version.lisp-expr to determine the old version number, thus causing the version number to not be incremented after the first commit in the series. What I get for trying to be too clever. * Updated version.lisp-expr, gave an explanatory comment in the commit message (this commit message). --- diff --git a/version.lisp-expr b/version.lisp-expr index 05f749e..90437cf 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; 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.42.26" +"1.0.42.27"