Version 0.11.6

This commit is contained in:
David Reid
2022-01-22 12:12:24 +10:00
parent 13f1d31a85
commit c3a9ab9b90
3 changed files with 192 additions and 21 deletions
+2 -2
View File
@@ -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 - v0.11.5 - 2022-01-16
miniaudio - v0.11.6 - 2022-01-22
David Reid - mackron@gmail.com
@@ -3637,7 +3637,7 @@ extern "C" {
#define MA_VERSION_MAJOR 0
#define MA_VERSION_MINOR 11
#define MA_VERSION_REVISION 5
#define MA_VERSION_REVISION 6
#define MA_VERSION_STRING MA_XSTRINGIFY(MA_VERSION_MAJOR) "." MA_XSTRINGIFY(MA_VERSION_MINOR) "." MA_XSTRINGIFY(MA_VERSION_REVISION)
#if defined(_MSC_VER) && !defined(__clang__)