Skip to content

Commit

Permalink
21.01
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Jan 1, 2021
1 parent 663e5f2 commit 0f3f1e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -29,8 +29,8 @@ endif()

# Version
SET(LIB_MAJOR_VERSION "0")
SET(LIB_MINOR_VERSION "20")
SET(LIB_REVISION "12")
SET(LIB_MINOR_VERSION "21")
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
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 = 20;
public const uint FAUDIO_MINOR_VERSION = 12;
public const uint FAUDIO_MAJOR_VERSION = 21;
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
Expand Up @@ -465,8 +465,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 20
#define FAUDIO_MINOR_VERSION 12
#define FAUDIO_MAJOR_VERSION 21
#define FAUDIO_MINOR_VERSION 1
#define FAUDIO_PATCH_VERSION 0

#define FAUDIO_COMPILED_VERSION ( \
Expand Down

0 comments on commit 0f3f1e6

Please sign in to comment.