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.