From 6d3a964ae6d89003fc056d9cfa8afe31fd63514f Mon Sep 17 00:00:00 2001 From: Thiemo Seufer Date: Sun, 2 Sep 2007 03:04:32 +0000 Subject: [PATCH] 1.0.9.26: Update comment about little-endian MIPS. --- base-target-features.lisp-expr | 3 +-- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/base-target-features.lisp-expr b/base-target-features.lisp-expr index 9b519a0..fdc3c68 100644 --- a/base-target-features.lisp-expr +++ b/base-target-features.lisp-expr @@ -288,8 +288,7 @@ ;; :hppa ;; any PA-RISC CPU ;; :mips - ;; any MIPS CPU (in little-endian mode with :little-endian -- currently - ;; untested) + ;; any MIPS CPU (in little-endian mode with :little-endian) ;; ;; (CMU CL also had a :pentium feature, which affected the definition ;; of some floating point vops. It was present but not enabled or diff --git a/version.lisp-expr b/version.lisp-expr index 96c0229..c32fc91 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.9.25" +"1.0.9.26" -- 1.7.10.4