From 28528bc885581bad58050517d78848cb206b2aa3 Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Fri, 1 Oct 2021 11:00:54 -0400 Subject: [PATCH] 21.10 --- 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 699dfdd94..70f470568 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ endif() # Version SET(LIB_MAJOR_VERSION "0") SET(LIB_MINOR_VERSION "21") -SET(LIB_REVISION "09") +SET(LIB_REVISION "10") SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}") # Build Type diff --git a/csharp/FAudio.cs b/csharp/FAudio.cs index 744d7b3be..49d4aaa26 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 = 9; + public const uint FAUDIO_MINOR_VERSION = 10; public const uint FAUDIO_PATCH_VERSION = 0; public const uint FAUDIO_COMPILED_VERSION = ( diff --git a/include/FAudio.h b/include/FAudio.h index b3699d823..1369c0215 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 9 +#define FAUDIO_MINOR_VERSION 10 #define FAUDIO_PATCH_VERSION 0 #define FAUDIO_COMPILED_VERSION ( \