mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 00:34:03 +02:00
Update revision history and version number.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
v0.11.10 - TBD
|
||||
=====================
|
||||
* Add support for setting the device notification callback when initializing an engine object.
|
||||
|
||||
|
||||
v0.11.9 - 2022-04-20
|
||||
====================
|
||||
* Fix some bugs where looping doesn't work with the resource manager.
|
||||
|
||||
+2
-2
@@ -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.9 - 2022-04-20
|
||||
miniaudio - v0.11.10 - TBD
|
||||
|
||||
David Reid - mackron@gmail.com
|
||||
|
||||
@@ -3640,7 +3640,7 @@ extern "C" {
|
||||
|
||||
#define MA_VERSION_MAJOR 0
|
||||
#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)
|
||||
|
||||
#if defined(_MSC_VER) && !defined(__clang__)
|
||||
|
||||
Reference in New Issue
Block a user