File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ endif()
30
30
# Version
31
31
SET (LIB_MAJOR_VERSION "0" )
32
32
SET (LIB_MINOR_VERSION "24" )
33
- SET (LIB_REVISION "11 " )
33
+ SET (LIB_REVISION "12 " )
34
34
SET (LIB_VERSION "${LIB_MAJOR_VERSION} .${LIB_MINOR_VERSION} .${LIB_REVISION} " )
35
35
36
36
# Build Type
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ private static int Utf8Size(string str)
79
79
80
80
public const uint FAUDIO_ABI_VERSION = 0 ;
81
81
public const uint FAUDIO_MAJOR_VERSION = 24 ;
82
- public const uint FAUDIO_MINOR_VERSION = 11 ;
82
+ public const uint FAUDIO_MINOR_VERSION = 12 ;
83
83
public const uint FAUDIO_PATCH_VERSION = 0 ;
84
84
85
85
public const uint FAUDIO_COMPILED_VERSION = (
Original file line number Diff line number Diff line change @@ -494,7 +494,7 @@ extern FAudioGUID DATAFORMAT_SUBTYPE_IEEE_FLOAT;
494
494
495
495
#define FAUDIO_ABI_VERSION 0
496
496
#define FAUDIO_MAJOR_VERSION 24
497
- #define FAUDIO_MINOR_VERSION 11
497
+ #define FAUDIO_MINOR_VERSION 12
498
498
#define FAUDIO_PATCH_VERSION 0
499
499
500
500
#define FAUDIO_COMPILED_VERSION ( \
You can’t perform that action at this time.
0 commit comments