From 823eef4db348c205a6fd1bf1fa7d3c71c9d5f603 Mon Sep 17 00:00:00 2001 From: William Harold Newman Date: Thu, 30 Nov 2006 02:36:43 +0000 Subject: [PATCH] 1.0: release, will be tagged as sbcl_1_0 --- NEWS | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 6912e24ba..f0f784509 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ ;;;; -*- coding: utf-8; -*- -changes in sbcl-0.9.19 (1.0.0?) relative to sbcl-0.9.18: +changes in sbcl-1.0 relative to sbcl-0.9.18: * improvement: experimental support for threading on FreeBSD/x86. (thanks to NIIMI Satoshi) * improvement: runtime option --dynamic-space-size can be used diff --git a/version.lisp-expr b/version.lisp-expr index c8b680ebb..1c1a34fa2 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.18.75" +"1.0" -- 2.11.4.GIT