mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Bump version.
This commit is contained in:
+4
-1
@@ -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.
|
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
|
David Reid - davidreidsoftware@gmail.com
|
||||||
*/
|
*/
|
||||||
@@ -31620,6 +31620,9 @@ Device
|
|||||||
REVISION HISTORY
|
REVISION HISTORY
|
||||||
================
|
================
|
||||||
|
|
||||||
|
v0.9.3 - 2019-04-19
|
||||||
|
- Fix compiler errors on GCC when compiling with -std=c99.
|
||||||
|
|
||||||
v0.9.2 - 2019-04-08
|
v0.9.2 - 2019-04-08
|
||||||
- Add support for per-context user data.
|
- Add support for per-context user data.
|
||||||
- Fix a potential bug with context configs.
|
- Fix a potential bug with context configs.
|
||||||
|
|||||||
Reference in New Issue
Block a user