The branch "master" has been updated in SBCL webpage:
from 7c9c1401631c20cca648a09d3dc1a287e3da6561 (commit)
- Log -----------------------------------------------------------------
commit a6b5bbfcdcb4f4a5163065984a719de0922ae6b9
Author: Christophe Rhodes <csr21@...>
Date: Mon Dec 31 22:14:33 2012 +0000
Update for 1.1.3
---
platform-support-platforms.lisp | 2 +-
sbcl | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/platform-support-platforms.lisp b/platform-support-platforms.lisp
index a64dd8a..34f2b86 100644
--- a/platform-support-platforms.lisp
+++ b/platform-support-platforms.lisp
@@ -22,7 +22,7 @@
(define-status :not-applicable "not-applicable" "No such system" " ")
(define-port :x86 :linux :available "1.0.58")
-(define-port :x86-64 :linux :available "1.1.2")
+(define-port :x86-64 :linux :available "1.1.3")
(define-port :powerpc :linux :available "1.0.28")
(define-port :mips :linux :available "1.0.23")
(define-port :mipsel :linux :available "1.0.28")
diff --git a/sbcl b/sbcl
index 0df8914..e31ed15 160000
--- a/sbcl
+++ b/sbcl
@@ -1 +1 @@
-Subproject commit 0df89145fb79892c27849afea59c02fbc773b655
+Subproject commit e31ed154cb5def7fd335fe46da7e6552a43ee648
-----------------------------------------------------------------------
hooks/post-receive
--
SBCL webpage
|