From f333a5efc5d1269c55ef888d3e0f0f0a96559590 Mon Sep 17 00:00:00 2001 From: David Reid Date: Mon, 25 May 2020 16:09:22 +1000 Subject: [PATCH] Version 0.10.7 --- miniaudio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/miniaudio.h b/miniaudio.h index 2b2d6a9b..32d8d587 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.7 - TBD +miniaudio - v0.10.7 - 2020-05-25 David Reid - davidreidsoftware@gmail.com @@ -43384,7 +43384,7 @@ The following miscellaneous changes have also been made. /* REVISION HISTORY ================ -v0.10.7 - TBD +v0.10.7 - 2020-05-25 - Fix a compilation error in the C++ build. - Silence a warning.