From c02491fdeafd675d8b2d1b3b7439bf2a58bde10e Mon Sep 17 00:00:00 2001 From: David Reid Date: Fri, 19 Apr 2019 14:24:48 +1000 Subject: [PATCH] Bump version. --- miniaudio.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/miniaudio.h b/miniaudio.h index 6d7d4280..83494d0b 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.2 - 2019-04-08 +miniaudio (formerly mini_al) - v0.9.3 - 2019-04-19 David Reid - davidreidsoftware@gmail.com */ @@ -31620,6 +31620,9 @@ Device REVISION HISTORY ================ +v0.9.3 - 2019-04-19 + - Fix compiler errors on GCC when compiling with -std=c99. + v0.9.2 - 2019-04-08 - Add support for per-context user data. - Fix a potential bug with context configs.