some updates, sound library version 0.1.2

This commit is contained in:
2026-04-23 14:09:01 +02:00
parent ff7dd3070f
commit 6b9dc00f7d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#lang info #lang info
(define pkg-authors '(hnmdijkema)) (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 license 'GPL-2.0-or-later) ; The liboa library has this license
(define collection "racket-sound") (define collection "racket-sound")
(define pkg-desc "racket-sound - Integration of popular music/sound related libraries in racket") (define pkg-desc "racket-sound - Integration of popular music/sound related libraries in racket")
+1 -1
View File
@@ -26,7 +26,7 @@
(define version-major 0) (define version-major 0)
(define version-minor 1) (define version-minor 1)
(define version-patch 1) (define version-patch 2)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Internal functions ;; Internal functions