From 38d9a34f7d6c359c8cca60c9adf730c55318c241 Mon Sep 17 00:00:00 2001 From: David Reid Date: Fri, 28 Oct 2016 08:16:16 +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 d32572ac..852a014a 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.2 - TBD +// mini_al - v0.2 - 2016-10-28 // // David Reid - mackron@gmail.com @@ -3852,7 +3852,7 @@ mal_uint32 mal_get_sample_size_in_bytes(mal_format format) // REVISION HISTORY // ================ // -// v0.2 - TBD +// v0.2 - 2016-10-28 // - API CHANGE: Add user data pointer as the last parameter to mal_device_init(). The rationale for this // change is to ensure the logging callback has access to the user data during initialization. // - API CHANGE: Have device configuration properties be passed to mal_device_init() via a structure. Rationale: