Bump version.

This commit is contained in:
David Reid
2016-10-28 08:16:16 +10:00
parent 6c911783b4
commit 38d9a34f7d
+2 -2
View File
@@ -1,5 +1,5 @@
// Mini audio library. Public domain. See "unlicense" statement at the end of this file. // 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 // David Reid - mackron@gmail.com
@@ -3852,7 +3852,7 @@ mal_uint32 mal_get_sample_size_in_bytes(mal_format format)
// REVISION HISTORY // 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 // - 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. // 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: // - API CHANGE: Have device configuration properties be passed to mal_device_init() via a structure. Rationale: