From 975b8ee393e72ec928a4f23527b36d95cc9a31e6 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 11 Nov 2017 09:52:06 +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 3e6b30ef..42e3e15c 100644 --- a/mini_al.h +++ b/mini_al.h @@ -1,5 +1,5 @@ // Mini audio library. Public domain. See "unlicense" statement at the end of this file. -// mini_al - v0.5 - 2017-11-xx +// mini_al - v0.5 - 2017-11-11 // // David Reid - davidreidsoftware@gmail.com @@ -10233,7 +10233,7 @@ void mal_pcm_f32_to_s32(int* pOut, const float* pIn, unsigned int count) // REVISION HISTORY // ================ // -// v0.5 - 2017-11-xx +// v0.5 - 2017-11-11 // - API CHANGE: The mal_context_init() function now takes a pointer to a mal_context_config object for // configuring the context. The works in the same kind of way as the device config. The rationale for this // change is to give applications better control over context-level properties, add support for backend-