Skip to content

Commit c0ebf9d

Browse files
committed
v2.4.0
1 parent 8b03dd2 commit c0ebf9d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version 2.4.0 (LLVM15-17) Pending
1+
# Version 2.4.0 (LLVM15-17) 2023-10-01
22

33
## Added
44
* Bytecode stores source location info for debugging.

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
clasp-cl (2.3.0) bookworm jammy; urgency=medium
1+
clasp-cl (2.4.0) bookworm jammy; urgency=medium
22

33
* Initial release
44

repos.sexp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,15 +219,15 @@
219219
(:name :cando
220220
:repository "https://github.com/cando-developers/cando.git"
221221
:directory "extensions/cando/"
222-
:branch "main"
222+
:commit "3d4a3fcd5a19fe38dd949d7e3df11fed69660579"
223223
:extension :cando)
224224
(:name :seqan-clasp
225225
:repository "https://github.com/clasp-developers/seqan-clasp.git"
226226
:directory "extensions/seqan-clasp/"
227-
:branch "main"
227+
:commit "3970cef84b2045633d8d3fe9757a0c6d449fc345"
228228
:extension :seqan-clasp)
229229
(:name :seqan
230230
:repository "https://github.com/seqan/seqan.git"
231231
:directory "extensions/seqan-clasp/seqan/"
232-
:branch "main"
232+
:commit "e91c71dfbb9b4a4a0ffa9edd68dea67ee78d01e0"
233233
:extension :seqan-clasp))

version.sexp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
(:version "2.3.0")
1+
(:version "2.4.0")

0 commit comments

Comments
 (0)