From df2903a0bcaf0126f9ad43d2b1238891b55bc2f6 Mon Sep 17 00:00:00 2001 From: David Reid Date: Wed, 15 Jan 2020 21:18:53 +1000 Subject: [PATCH] Version 0.9.10 --- miniaudio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/miniaudio.h b/miniaudio.h index ba00bf7a..d3cf88ec 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 (formerly mini_al) - v0.9.10 - 2020-01-xx +miniaudio (formerly mini_al) - v0.9.10 - 2020-01-15 David Reid - davidreidsoftware@gmail.com @@ -35874,7 +35874,7 @@ Device /* REVISION HISTORY ================ -v0.9.10 - 2020-01-xx +v0.9.10 - 2020-01-15 - Fix compilation errors due to #if/#endif mismatches. - WASAPI: Fix a bug where automatic stream routing is being performed for devices that are initialized with an explicit device ID. - iOS: Fix a crash on device uninitialization.