From dc71db379ab4162a45c393a2e828f619dae9fa32 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Sun, 19 Jun 2005 15:57:43 +0000 Subject: [PATCH] 0.9.1.55: trivial cleanup, new documentation directory * delete stray "for Alpha" from ppc backend. * doc/internals/ for internals manual. --- src/compiler/ppc/alloc.lisp | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/compiler/ppc/alloc.lisp b/src/compiler/ppc/alloc.lisp index 7a7cf44..d1551dc 100644 --- a/src/compiler/ppc/alloc.lisp +++ b/src/compiler/ppc/alloc.lisp @@ -1,4 +1,4 @@ -;;;; allocation VOPs for the Alpha port +;;;; allocation VOPs ;;;; This software is part of the SBCL system. See the README file for ;;;; more information. diff --git a/version.lisp-expr b/version.lisp-expr index e097442..202c7cd 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.1.54" +"0.9.1.55" -- 1.7.10.4