File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ endif()
29
29
30
30
# Version
31
31
SET (LIB_MAJOR_VERSION "0" )
32
- SET (LIB_MINOR_VERSION "24 " )
33
- SET (LIB_REVISION "12 " )
32
+ SET (LIB_MINOR_VERSION "25 " )
33
+ SET (LIB_REVISION "01 " )
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 @@ -78,8 +78,8 @@ private static int Utf8Size(string str)
78
78
public const uint FAUDIO_TARGET_VERSION = 8 ;
79
79
80
80
public const uint FAUDIO_ABI_VERSION = 0 ;
81
- public const uint FAUDIO_MAJOR_VERSION = 24 ;
82
- public const uint FAUDIO_MINOR_VERSION = 12 ;
81
+ public const uint FAUDIO_MAJOR_VERSION = 25 ;
82
+ public const uint FAUDIO_MINOR_VERSION = 1 ;
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 @@ -493,8 +493,8 @@ extern FAudioGUID DATAFORMAT_SUBTYPE_IEEE_FLOAT;
493
493
#define FAUDIO_TARGET_VERSION 8 /* Targeting compatibility with XAudio 2.8 */
494
494
495
495
#define FAUDIO_ABI_VERSION 0
496
- #define FAUDIO_MAJOR_VERSION 24
497
- #define FAUDIO_MINOR_VERSION 12
496
+ #define FAUDIO_MAJOR_VERSION 25
497
+ #define FAUDIO_MINOR_VERSION 1
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