Skip to content

Commit

Permalink
19.06.07
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Jun 7, 2019
1 parent 3c332d2 commit 493e0ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion csharp/FAudio.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ private static byte[] UTF8_ToNative(string s)
public const uint FAUDIO_ABI_VERSION = 0;
public const uint FAUDIO_MAJOR_VERSION = 19;
public const uint FAUDIO_MINOR_VERSION = 06;
public const uint FAUDIO_PATCH_VERSION = 00;
public const uint FAUDIO_PATCH_VERSION = 07;

public const uint FAUDIO_COMPILED_VERSION = (
(FAUDIO_ABI_VERSION * 100 * 100 * 100) +
Expand Down
2 changes: 1 addition & 1 deletion include/FAudio.h
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ extern FAudioGUID DATAFORMAT_SUBTYPE_IEEE_FLOAT;
#define FAUDIO_ABI_VERSION 0
#define FAUDIO_MAJOR_VERSION 19
#define FAUDIO_MINOR_VERSION 06
#define FAUDIO_PATCH_VERSION 00
#define FAUDIO_PATCH_VERSION 07

#define FAUDIO_COMPILED_VERSION ( \
(FAUDIO_ABI_VERSION * 100 * 100 * 100) + \
Expand Down

0 comments on commit 493e0ab

Please sign in to comment.