From 634cdb028f340075ae8e8a1126620695688d2ac3 Mon Sep 17 00:00:00 2001 From: David Reid Date: Tue, 6 Oct 2020 17:43:19 +1000 Subject: [PATCH] Version 0.10.20 --- miniaudio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/miniaudio.h b/miniaudio.h index 350eed6e..2b50cd8f 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.20 - TBD +miniaudio - v0.10.20 - 2020-10-06 David Reid - mackron@gmail.com @@ -62554,7 +62554,7 @@ The following miscellaneous changes have also been made. /* REVISION HISTORY ================ -v0.10.20 - TBD +v0.10.20 - 2020-10-06 - Fix build errors with UWP. - Minor documentation updates.