Skip to content

Commit

Permalink
22.01
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Jan 1, 2022
1 parent 09d2c2b commit 1677bfd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ endif()

# Version
SET(LIB_MAJOR_VERSION "0")
SET(LIB_MINOR_VERSION "21")
SET(LIB_REVISION "12")
SET(LIB_MINOR_VERSION "22")
SET(LIB_REVISION "01")
SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}")

# Build Type
Expand Down
4 changes: 2 additions & 2 deletions csharp/FAudio.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ private static int Utf8Size(string str)
public const uint FAUDIO_TARGET_VERSION = 8;

public const uint FAUDIO_ABI_VERSION = 0;
public const uint FAUDIO_MAJOR_VERSION = 21;
public const uint FAUDIO_MINOR_VERSION = 12;
public const uint FAUDIO_MAJOR_VERSION = 22;
public const uint FAUDIO_MINOR_VERSION = 1;
public const uint FAUDIO_PATCH_VERSION = 0;

public const uint FAUDIO_COMPILED_VERSION = (
Expand Down
4 changes: 2 additions & 2 deletions include/FAudio.h
Original file line number Diff line number Diff line change
Expand Up @@ -484,8 +484,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 21
#define FAUDIO_MINOR_VERSION 12
#define FAUDIO_MAJOR_VERSION 22
#define FAUDIO_MINOR_VERSION 1
#define FAUDIO_PATCH_VERSION 0

#define FAUDIO_COMPILED_VERSION ( \
Expand Down

0 comments on commit 1677bfd

Please sign in to comment.