diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index badaed87d9..cf2b162d1a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,4 @@ -# Version 2.0.0 Pending (LLVM14) +# Version 2.0.0 (LLVM14) 2022-10-26 ## Added * Lisp based koga metabuilder that outputs Ninja build files. @@ -53,6 +53,7 @@ eclector, and eclector-concrete-syntax-tree. * Source code file references for Lisp and C/C++ files compiled as part of the Clasp binary or images are now stored using logical pathnames. +* Unicode character database updated to 2022-08-03. ## Removed * `core:*extensions-startup-loads*` and `core:*extensions-startup-evals*` diff --git a/debian/changelog b/debian/changelog index f3e305f648..962d8b4477 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -clasp-cl (1.0.0) bookworm jammy; urgency=medium +clasp-cl (2.0.0) bookworm jammy; urgency=medium * Initial release diff --git a/repos.sexp b/repos.sexp index ddc3c3f8c5..2b24596555 100644 --- a/repos.sexp +++ b/repos.sexp @@ -194,15 +194,15 @@ (:name :cando :repository "https://github.com/cando-developers/cando.git" :directory "extensions/cando/" - :branch "main" + :commit "b8401ca348edc25ed660f09254c78e7c92631171" :extension :cando) (:name :seqan-clasp :repository "https://github.com/clasp-developers/seqan-clasp.git" :directory "extensions/seqan-clasp/" - :branch "main" + :commit "5caa2e1e6028525276a6b6ba770fa6e334563d58" :extension :seqan-clasp) (:name :seqan :repository "https://github.com/seqan/seqan.git" :directory "extensions/seqan-clasp/seqan" - :branch "master" + :commit "f5f658343c366c9c3d44ba358ffc9317e78a09ed" :extension :seqan-clasp)) diff --git a/version.sexp b/version.sexp index 168e1add6e..37c7eacee0 100644 --- a/version.sexp +++ b/version.sexp @@ -1 +1 @@ -(:version "1.0.0") +(:version "2.0.0")