diff --git a/CMakeLists.txt b/CMakeLists.txt index 52084ee5e..0ba725ced 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,8 +27,8 @@ endif() # Version SET(LIB_MAJOR_VERSION "0") -SET(LIB_MINOR_VERSION "19") -SET(LIB_REVISION "12") +SET(LIB_MINOR_VERSION "20") +SET(LIB_REVISION "01") SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}") # Build Type diff --git a/csharp/FAudio.cs b/csharp/FAudio.cs index 992124dd4..b88fe151d 100644 --- a/csharp/FAudio.cs +++ b/csharp/FAudio.cs @@ -59,8 +59,8 @@ private static byte[] UTF8_ToNative(string s) public const uint FAUDIO_TARGET_VERSION = 8; public const uint FAUDIO_ABI_VERSION = 0; - public const uint FAUDIO_MAJOR_VERSION = 19; - public const uint FAUDIO_MINOR_VERSION = 12; + public const uint FAUDIO_MAJOR_VERSION = 20; + public const uint FAUDIO_MINOR_VERSION = 1; public const uint FAUDIO_PATCH_VERSION = 0; public const uint FAUDIO_COMPILED_VERSION = ( diff --git a/include/FAudio.h b/include/FAudio.h index 64f301ae3..a6dc0776e 100644 --- a/include/FAudio.h +++ b/include/FAudio.h @@ -466,8 +466,8 @@ extern FAudioGUID DATAFORMAT_SUBTYPE_IEEE_FLOAT; #define FAUDIO_TARGET_VERSION 8 /* Targeting compatibility with XAudio 2.8 */ #define FAUDIO_ABI_VERSION 0 -#define FAUDIO_MAJOR_VERSION 19 -#define FAUDIO_MINOR_VERSION 12 +#define FAUDIO_MAJOR_VERSION 20 +#define FAUDIO_MINOR_VERSION 1 #define FAUDIO_PATCH_VERSION 0 #define FAUDIO_COMPILED_VERSION ( \