some updates, sound library version 0.1.2
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#lang info
|
||||
|
||||
(define pkg-authors '(hnmdijkema))
|
||||
(define version "0.1.1")
|
||||
(define version "0.1.2")
|
||||
(define license 'GPL-2.0-or-later) ; The liboa library has this license
|
||||
(define collection "racket-sound")
|
||||
(define pkg-desc "racket-sound - Integration of popular music/sound related libraries in racket")
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
(define version-major 0)
|
||||
(define version-minor 1)
|
||||
(define version-patch 1)
|
||||
(define version-patch 2)
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Internal functions
|
||||
|
||||
Reference in New Issue
Block a user