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 @@ -29,7 +29,7 @@ endif()
29
29
# Version
30
30
SET (LIB_MAJOR_VERSION "0" )
31
31
SET (LIB_MINOR_VERSION "23" )
32
- SET (LIB_REVISION "01 " )
32
+ SET (LIB_REVISION "02 " )
33
33
SET (LIB_VERSION "${LIB_MAJOR_VERSION} .${LIB_MINOR_VERSION} .${LIB_REVISION} " )
34
34
35
35
# 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 = 23 ;
82
- public const uint FAUDIO_MINOR_VERSION = 1 ;
82
+ public const uint FAUDIO_MINOR_VERSION = 2 ;
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 @@ -485,7 +485,7 @@ extern FAudioGUID DATAFORMAT_SUBTYPE_IEEE_FLOAT;
485
485
486
486
#define FAUDIO_ABI_VERSION 0
487
487
#define FAUDIO_MAJOR_VERSION 23
488
- #define FAUDIO_MINOR_VERSION 1
488
+ #define FAUDIO_MINOR_VERSION 2
489
489
#define FAUDIO_PATCH_VERSION 0
490
490
491
491
#define FAUDIO_COMPILED_VERSION ( \
You can’t perform that action at this time.
0 commit comments