Skip to content

Commit 725d8ca

Browse files
committed
updated copyright notice and version history
1 parent 1a78b0e commit 725d8ca

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,13 +200,14 @@ Equations serve to define differential and algebraic equations.
200200

201201
## Version history
202202

203+
- 0.20 : Support for precise event time interpolation and adaptive solvers
203204
- 0.5 : Support for using assigned quantities in external init equations
204205
- 0.1 : Initial release
205206

206207
## License
207208

208209
>
209-
> Copyright 2015-2016 Ivan Raikov
210+
> Copyright 2015-2017 Ivan Raikov
210211
>
211212
> This program is free software: you can redistribute it and/or modify
212213
> it under the terms of the GNU General Public License as published by

salt.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
;;
33
;; Hybrid dynamical systems modeling.
44
;;
5-
;; Copyright 2015-2016 Ivan Raikov.
5+
;; Copyright 2015-2017 Ivan Raikov.
66
;;
77
;; This implementation follows the work of Tom Short and his Julia
88
;; Sims.jl library, which is in turn based on David Broman's MKL

0 commit comments

Comments
 (0)