File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
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 "22" )
32
- SET (LIB_REVISION "09 " )
32
+ SET (LIB_REVISION "10 " )
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,8 +79,8 @@ 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 = 22 ;
82
- public const uint FAUDIO_MINOR_VERSION = 9 ;
83
- public const uint FAUDIO_PATCH_VERSION = 1 ;
82
+ public const uint FAUDIO_MINOR_VERSION = 10 ;
83
+ public const uint FAUDIO_PATCH_VERSION = 0 ;
84
84
85
85
public const uint FAUDIO_COMPILED_VERSION = (
86
86
( FAUDIO_ABI_VERSION * 100 * 100 * 100 ) +
Original file line number Diff line number Diff line change @@ -485,8 +485,8 @@ extern FAudioGUID DATAFORMAT_SUBTYPE_IEEE_FLOAT;
485
485
486
486
#define FAUDIO_ABI_VERSION 0
487
487
#define FAUDIO_MAJOR_VERSION 22
488
- #define FAUDIO_MINOR_VERSION 9
489
- #define FAUDIO_PATCH_VERSION 1
488
+ #define FAUDIO_MINOR_VERSION 10
489
+ #define FAUDIO_PATCH_VERSION 0
490
490
491
491
#define FAUDIO_COMPILED_VERSION ( \
492
492
(FAUDIO_ABI_VERSION * 100 * 100 * 100) + \
You can’t perform that action at this time.
0 commit comments