From d98bc5781a0b4f4be58b13ceca8eec157236b2d9 Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Fri, 1 Mar 2024 10:54:47 -0500 Subject: [PATCH] 24.03 --- 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 11185892b..a741caa47 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ endif() # Version SET(LIB_MAJOR_VERSION "0") SET(LIB_MINOR_VERSION "24") -SET(LIB_REVISION "02") +SET(LIB_REVISION "03") SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}") # Build Type diff --git a/csharp/FAudio.cs b/csharp/FAudio.cs index 97853961e..7dce8911d 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 = 24; - public const uint FAUDIO_MINOR_VERSION = 2; + public const uint FAUDIO_MINOR_VERSION = 3; public const uint FAUDIO_PATCH_VERSION = 0; public const uint FAUDIO_COMPILED_VERSION = ( diff --git a/include/FAudio.h b/include/FAudio.h index 96df9ae91..6ea81a7bc 100644 --- a/include/FAudio.h +++ b/include/FAudio.h @@ -494,7 +494,7 @@ extern FAudioGUID DATAFORMAT_SUBTYPE_IEEE_FLOAT; #define FAUDIO_ABI_VERSION 0 #define FAUDIO_MAJOR_VERSION 24 -#define FAUDIO_MINOR_VERSION 2 +#define FAUDIO_MINOR_VERSION 3 #define FAUDIO_PATCH_VERSION 0 #define FAUDIO_COMPILED_VERSION ( \