From 4b45e1ef1bdc43c24e650118dac79fbf36003bfd Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 22 Mar 2020 19:02:38 +1000 Subject: [PATCH] Version 0.10.2 --- miniaudio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/miniaudio.h b/miniaudio.h index 1f268abf..78fa9b62 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.2 - TBD +miniaudio - v0.10.2 - 2020-03-22 David Reid - davidreidsoftware@gmail.com @@ -42263,7 +42263,7 @@ The following miscellaneous changes have also been made. /* REVISION HISTORY ================ -v0.10.2 - TBD +v0.10.2 - 2020-03-22 - Decorate some APIs with MA_API which were missed in the previous version. - Fix a bug in ma_linear_resampler_set_rate() and ma_linear_resampler_set_rate_ratio().