Commit b6b3fbfb authored by David Reid's avatar David Reid

Update revision history and version number.

parent b196098f
v0.11.10 - TBD
=====================
* Add support for setting the device notification callback when initializing an engine object.
v0.11.9 - 2022-04-20 v0.11.9 - 2022-04-20
==================== ====================
* Fix some bugs where looping doesn't work with the resource manager. * Fix some bugs where looping doesn't work with the resource manager.
......
/* /*
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 - v0.11.9 - 2022-04-20 miniaudio - v0.11.10 - TBD
David Reid - mackron@gmail.com David Reid - mackron@gmail.com
...@@ -3640,7 +3640,7 @@ extern "C" { ...@@ -3640,7 +3640,7 @@ extern "C" {
#define MA_VERSION_MAJOR 0 #define MA_VERSION_MAJOR 0
#define MA_VERSION_MINOR 11 #define MA_VERSION_MINOR 11
#define MA_VERSION_REVISION 9 #define MA_VERSION_REVISION 10
#define MA_VERSION_STRING MA_XSTRINGIFY(MA_VERSION_MAJOR) "." MA_XSTRINGIFY(MA_VERSION_MINOR) "." MA_XSTRINGIFY(MA_VERSION_REVISION) #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__) #if defined(_MSC_VER) && !defined(__clang__)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment