We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 771c744 commit 1014eedCopy full SHA for 1014eed
2 files changed
salt.scm
@@ -2,7 +2,7 @@
2
;;
3
;; Hybrid dynamical systems modeling.
4
5
-;; Copyright 2015-2017 Ivan Raikov.
+;; Copyright 2015-2018 Ivan Raikov.
6
7
;; This implementation follows the work of Tom Short and his Julia
8
;; Sims.jl library, which is in turn based on David Broman's MKL
salt.setup
@@ -3,7 +3,7 @@
(define (dynld-name fn)
(make-pathname #f fn ##sys#load-dynamic-extension))
-(define version "0.23")
+(define version "0.24")
(use make)
9
0 commit comments