From caf9754455b8ad0f6df5d024203940e9b6e3f47e Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Mon, 1 Nov 2021 11:31:14 -0400 Subject: [PATCH] 21.11 --- CMakeLists.txt | 2 +- csharp/FAudio.cs | 2 +- include/FAudio.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7c997a875..42c153b76 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ endif() # Version SET(LIB_MAJOR_VERSION "0") SET(LIB_MINOR_VERSION "21") -SET(LIB_REVISION "10") +SET(LIB_REVISION "11") SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}") # Build Type diff --git a/csharp/FAudio.cs b/csharp/FAudio.cs index 49d4aaa26..71569af18 100644 --- a/csharp/FAudio.cs +++ b/csharp/FAudio.cs @@ -79,7 +79,7 @@ private static int Utf8Size(string str) public const uint FAUDIO_ABI_VERSION = 0; public const uint FAUDIO_MAJOR_VERSION = 21; - public const uint FAUDIO_MINOR_VERSION = 10; + public const uint FAUDIO_MINOR_VERSION = 11; public const uint FAUDIO_PATCH_VERSION = 0; public const uint FAUDIO_COMPILED_VERSION = ( diff --git a/include/FAudio.h b/include/FAudio.h index 1369c0215..924c3e91e 100644 --- a/include/FAudio.h +++ b/include/FAudio.h @@ -485,7 +485,7 @@ extern FAudioGUID DATAFORMAT_SUBTYPE_IEEE_FLOAT; #define FAUDIO_ABI_VERSION 0 #define FAUDIO_MAJOR_VERSION 21 -#define FAUDIO_MINOR_VERSION 10 +#define FAUDIO_MINOR_VERSION 11 #define FAUDIO_PATCH_VERSION 0 #define FAUDIO_COMPILED_VERSION ( \