diff --git a/play-test.rkt b/play-test.rkt index c26cbe3..e423ec3 100644 --- a/play-test.rkt +++ b/play-test.rkt @@ -17,16 +17,12 @@ (define test-file4-id 4) (let ((os (system-type 'os))) (when (eq? os 'unix) - ;(set! test-file3 "/muziek/Klassiek-Viool/Alina Ibragimova/Paganini_24 Caprices (2021)/24. 24 Caprices, Op 1 - No. 24 in A minor- Tema con variazioni. Quasi presto.flac") - ;(set! test-file3 "/tmp/test.mp3") (set! test-file3 (build-path tests "mahler-1.ogg")) (set! test-file4 (build-path tests "mahler-2.ogg")) ) (when (eq? os 'windows) - ;(set! test-file3 "C:\\Muziek\\Klassiek-Strijkkwartet\\Quatuor Zaïde\\Franz\\01 Erlkönig, D. 328 (Arr. For String Quartet by Eric Mouret).flac") - ;(set! test-file3 "C:\\Muziek\\Klassiek-Viool\\Janine Jansen\\Janine Jansen - Sibelius en Prokovief 1 (2024)\\02 - Violin Concerto in D Minor, Op. 47 II. Adagio di molto.flac") - (set! test-file3 "c:\\tmp\\test.mp3") - (set! test-file4 "c:\\tmp\\test1.mp3") + (set! test-file3 (build-path tests "mahler-1.ogg")) + (set! test-file4 (build-path tests "mahler-2.ogg")) ) ) diff --git a/private/downloader.rkt b/private/downloader.rkt index e7d3580..dc09ece 100644 --- a/private/downloader.rkt +++ b/private/downloader.rkt @@ -25,8 +25,8 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (define version-major 0) -(define version-minor 1) -(define version-patch 3) +(define version-minor 2) +(define version-patch 1) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Internal functions