From ca3abb63beb2ce3946a955a2ed30d263e670c854 Mon Sep 17 00:00:00 2001 From: David Reid Date: Wed, 21 Nov 2018 18:29:41 +1000 Subject: [PATCH] Bump version. --- mini_al.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mini_al.h b/mini_al.h index 20c6b45f..baf3343e 100644 --- a/mini_al.h +++ b/mini_al.h @@ -1,5 +1,5 @@ // Audio playback and capture library. Public domain. See "unlicense" statement at the end of this file. -// mini_al - v0.8.10 - 2018-10-21 +// mini_al - v0.8.11 - 2018-11-21 // // David Reid - davidreidsoftware@gmail.com @@ -28538,6 +28538,10 @@ mal_uint64 mal_sine_wave_read_ex(mal_sine_wave* pSineWave, mal_uint64 frameCount // REVISION HISTORY // ================ // +// v0.8.11 - 2018-11-21 +// - iOS bug fixes. +// - Minor tweaks to PulseAudio. +// // v0.8.10 - 2018-10-21 // - Core Audio: Fix a hang when uninitializing a device. // - Fix a bug where an incorrect value is returned from mal_device_stop().