From 516a24549a87c69cf67b9e347a9974bc0302e01f Mon Sep 17 00:00:00 2001 From: David Reid Date: Fri, 26 Jun 2020 06:50:34 +1000 Subject: [PATCH] Version 0.10.10 --- miniaudio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/miniaudio.h b/miniaudio.h index 02e7e42b..60f50042 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.10 - TBD +miniaudio - v0.10.10 - 26-06-2020 David Reid - davidreidsoftware@gmail.com @@ -61792,7 +61792,7 @@ The following miscellaneous changes have also been made. /* REVISION HISTORY ================ -v0.10.10 - TBD +v0.10.10 - 26-06-2020 - Add include guard for the implementation section. - Mark ma_device_sink_info_callback() as static. - Fix compilation errors with MA_NO_DECODING and MA_NO_ENCODING.