From 32a5f02b84504eeb07fa3b4898319cebf55c0a1b Mon Sep 17 00:00:00 2001 From: David Reid Date: Wed, 12 Sep 2018 18:21:46 +1000 Subject: [PATCH] Bump version. --- mini_al.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mini_al.h b/mini_al.h index d85e2979..dd6a1ad3 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.x - 2018-xx-xx +// mini_al - v0.8.7 - 2018-09-12 // // David Reid - davidreidsoftware@gmail.com @@ -28298,7 +28298,7 @@ mal_uint64 mal_sine_wave_read_ex(mal_sine_wave* pSineWave, mal_uint64 frameCount // REVISION HISTORY // ================ // -// v0.8.x - 2018-xx-xx +// v0.8.7 - 2018-09-12 // - Fix a bug with UWP detection. // // v0.8.6 - 2018-08-26