Skip to content

Commit

Permalink
20.01
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Jan 1, 2020
1 parent 5d048bc commit 31f9c86
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 @@ -27,8 +27,8 @@ endif()

# Version
SET(LIB_MAJOR_VERSION "0")
SET(LIB_MINOR_VERSION "19")
SET(LIB_REVISION "12")
SET(LIB_MINOR_VERSION "20")
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 @@ -59,8 +59,8 @@ private static byte[] UTF8_ToNative(string s)
public const uint FAUDIO_TARGET_VERSION = 8;

public const uint FAUDIO_ABI_VERSION = 0;
public const uint FAUDIO_MAJOR_VERSION = 19;
public const uint FAUDIO_MINOR_VERSION = 12;
public const uint FAUDIO_MAJOR_VERSION = 20;
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 @@ -466,8 +466,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 19
#define FAUDIO_MINOR_VERSION 12
#define FAUDIO_MAJOR_VERSION 20
#define FAUDIO_MINOR_VERSION 1
#define FAUDIO_PATCH_VERSION 0

#define FAUDIO_COMPILED_VERSION ( \
Expand Down

0 comments on commit 31f9c86

Please sign in to comment.