Skip to content

Commit

Permalink
v 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
j-bresson committed Oct 19, 2020
1 parent 26d1441 commit 941b560
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions OM-Chant.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ See the <a href=\"../OM-Chant-2.0-UserManual.pdf\">OM-Chant User Manual</a>
(unless (fboundp 'om::set-lib-release) (defmethod om::set-lib-release (version &optional lib) nil))


(om::set-lib-release 3.0)
(om::set-lib-release 3.1)


(om::om-print "
=======================================
OM-CHANT 3.0 (c) IRCAM 2010-2019
OM-CHANT 3.1 (c) IRCAM 2010-2019
Control of CHANT in OpenMusic
=======================================
")
Expand Down
2 changes: 1 addition & 1 deletion OM-Chant.omlib
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

(:om-lib

(:version 3.0)
(:version 3.1)

(:doc "OM-CHANT is a library for the control of CHANT synthesis from OpenMusic.

Expand Down

0 comments on commit 941b560

Please sign in to comment.