From f67f623f17d6dcfcada659e8853b9cb584bee416 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 15 Jul 2018 17:57:31 +1000 Subject: [PATCH] Bump version. --- mini_al.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mini_al.h b/mini_al.h index cd956eb7..b36cd97d 100644 --- a/mini_al.h +++ b/mini_al.h @@ -1,5 +1,5 @@ // Audio playback and capture library. Public domain. See "unlicense" statement at the end of this file. -// mini_al - v0.8.3-rc - 2018-07-xx +// mini_al - v0.8.3 - 2018-07-15 // // David Reid - davidreidsoftware@gmail.com @@ -25977,7 +25977,7 @@ mal_uint64 mal_sine_wave_read(mal_sine_wave* pSineWave, mal_uint64 count, float* // REVISION HISTORY // ================ // -// v0.8.3-rc - 2018-07-xx +// v0.8.3 - 2018-07-15 // - Fix a crackling bug when resampling in capture mode. // - Core Audio: Fix a bug where capture does not work. // - ALSA: Fix a bug where the worker thread can get stuck in an infinite loop.