From: Juho Snellman Date: Sat, 29 Jul 2006 01:54:51 +0000 (+0000) Subject: 0.9.15.5: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=1ec94aba3e9c461ccedb09d92bf3033ffafb7b69;p=sbcl.git 0.9.15.5: Oops, the default SBCL_HOME in runtime.c was accidentally changed in 0.9.15.4. Revert that part of the patch. --- diff --git a/src/runtime/runtime.c b/src/runtime/runtime.c index 96ec232..2e28ffe 100644 --- a/src/runtime/runtime.c +++ b/src/runtime/runtime.c @@ -67,7 +67,7 @@ #endif #ifndef SBCL_HOME -#define SBCL_HOME "/opt/packages/sbcl/0.9.15.1/lib/sbcl/" +#define SBCL_HOME "/usr/local/lib/sbcl/" #endif diff --git a/version.lisp-expr b/version.lisp-expr index 553bb6c..05c8dd8 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".) -"0.9.15.4" +"0.9.15.5"