From 8a05b08ad18e746b4258ad8ae87d2e2bd5eebd53 Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Sat, 1 Jun 2024 11:10:44 -0400 Subject: [PATCH] 24.06 --- 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 3aada475c..927903178 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ endif() # Version SET(LIB_MAJOR_VERSION "0") SET(LIB_MINOR_VERSION "24") -SET(LIB_REVISION "05") +SET(LIB_REVISION "06") SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}") # Build Type diff --git a/csharp/FAudio.cs b/csharp/FAudio.cs index 101f467b9..2c1e8eff6 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 = 5; + public const uint FAUDIO_MINOR_VERSION = 6; public const uint FAUDIO_PATCH_VERSION = 0; public const uint FAUDIO_COMPILED_VERSION = ( diff --git a/include/FAudio.h b/include/FAudio.h index 13e4ec15f..0a3a2d752 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 5 +#define FAUDIO_MINOR_VERSION 6 #define FAUDIO_PATCH_VERSION 0 #define FAUDIO_COMPILED_VERSION ( \