From a7f46cfd9620eecf33840d6ffb2669bfd768709d Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Mon, 24 Dec 2007 13:59:26 +0000 Subject: [PATCH] 1.0.12.44: rename misnamed files in the NetBSD port, hopefully fixing it "oops" --- src/runtime/{sparc-bsd.c => sparc-bsd-os.c} | 0 src/runtime/{sparc-netbsd.h => sparc-bsd-os.h} | 0 version.lisp-expr | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename src/runtime/{sparc-bsd.c => sparc-bsd-os.c} (100%) rename src/runtime/{sparc-netbsd.h => sparc-bsd-os.h} (100%) diff --git a/src/runtime/sparc-bsd.c b/src/runtime/sparc-bsd-os.c similarity index 100% rename from src/runtime/sparc-bsd.c rename to src/runtime/sparc-bsd-os.c diff --git a/src/runtime/sparc-netbsd.h b/src/runtime/sparc-bsd-os.h similarity index 100% rename from src/runtime/sparc-netbsd.h rename to src/runtime/sparc-bsd-os.h diff --git a/version.lisp-expr b/version.lisp-expr index 47f68852c..764c02ab2 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.12.43" +"1.0.12.44" -- 2.11.4.GIT