From 45b48c250f75caa1a314292d3b3c8f6ae7d6e9be Mon Sep 17 00:00:00 2001 From: David Reid Date: Fri, 6 Jul 2018 20:42:28 +1000 Subject: [PATCH] Bump version. --- mini_al.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/mini_al.h b/mini_al.h index f7f9b352..e076242f 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.x-dev - 2018-xx-xx +// mini_al - v0.8.1 - 2018-07-06 // // David Reid - davidreidsoftware@gmail.com @@ -25821,9 +25821,8 @@ mal_uint64 mal_sine_wave_read(mal_sine_wave* pSineWave, mal_uint64 count, float* // REVISION HISTORY // ================ // -// v0.x-dev - 2018-xx-xx -// - Fix a compilation errors. -// - Fix warnings. +// v0.8.1 - 2018-07-06 +// - Fix compilation errors and warnings. // // v0.8 - 2018-07-05 // - Changed MAL_IMPLEMENTATION to MINI_AL_IMPLEMENTATION for consistency with other libraries. The old