0.9.15.5:
authorJuho Snellman <jsnell@iki.fi>
Sat, 29 Jul 2006 01:54:51 +0000 (01:54 +0000)
committerJuho Snellman <jsnell@iki.fi>
Sat, 29 Jul 2006 01:54:51 +0000 (01:54 +0000)
        Oops, the default SBCL_HOME in runtime.c was accidentally changed in
        0.9.15.4. Revert that part of the patch.

src/runtime/runtime.c
version.lisp-expr

index 96ec232..2e28ffe 100644 (file)
@@ -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
 
 \f
index 553bb6c..05c8dd8 100644 (file)
@@ -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"