From 23166964321507002b01abf6b04c0143b7ba1581 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 28 Jun 2020 11:18:37 +1000 Subject: [PATCH] Version 0.10.11 --- miniaudio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/miniaudio.h b/miniaudio.h index bcac5f9a..68be2aa8 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -1,6 +1,6 @@ /* Audio playback and capture library. Choice of public domain or MIT-0. See license statements at the end of this file. -miniaudio - v0.10.11 - TBD +miniaudio - v0.10.11 - 28-06-2020 David Reid - davidreidsoftware@gmail.com @@ -61831,7 +61831,7 @@ The following miscellaneous changes have also been made. /* REVISION HISTORY ================ -v0.10.11 - TBD +v0.10.11 - 28-06-2020 - Fix some bugs with device tracking on Core Audio. - Updates to documentation.