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().