Update of /cvsroot/sbcl/sbcl-page
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv4345
Modified Files:
platform-support-platforms.lisp
Log Message:
update page for sbcl-1.0.40
Index: platform-support-platforms.lisp
===================================================================
RCS file: /cvsroot/sbcl/sbcl-page/platform-support-platforms.lisp,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -d -r1.121 -r1.122
--- platform-support-platforms.lisp 29 May 2010 19:53:05 -0000 1.121
+++ platform-support-platforms.lisp 1 Jul 2010 20:34:23 -0000 1.122
@@ -21,7 +21,7 @@
(define-status :not-available "not-available" "Not available (porters welcome!)" "X")
(define-status :not-applicable "not-applicable" "No such system" " ")
-(define-port :x86 :linux :available "1.0.39")
+(define-port :x86 :linux :available "1.0.40")
(define-port :x86-64 :linux :available "1.0.37")
(define-port :powerpc :linux :available "1.0.28")
(define-port :mips :linux :available "1.0.23")
|